fix: add commands/last30days.md and remove skills/last30days-nux duplicate (#267)
Release / build-and-release (push) Has been cancelled
Release / build-and-release (push) Has been cancelled
Adds commands/last30days.md so /last30days registers as a Claude Code slash command for plugin users. Users type /last30days and autocomplete prefix-matches to the canonical /last30days:last30days form (same as /ce:plan resolving to /compound-engineering:ce-plan). Removes skills/last30days-nux/, a byte-identical duplicate of the root SKILL.md that created confusing /last30days:last30days-nux autocomplete entries via Claude Code's plugin namespacing. Root SKILL.md remains the canonical skill source; natural-language skill-selector invocation is unchanged. Recovery for users on v3.0.4: /plugin update last30days then /reload-plugins. Closes #239 (path-escape error was already fixed in v3.0.4 by dropping the rogue 'skills' key; v3.0.5 adds the slash command on top). Supersedes #257 (suggested './' -> '.' workaround is obsolete since v3.0.4 dropped the 'skills' key entirely, matching ecosystem standard). Co-authored-by: Matt Van Horn <455140+mvanhorn@users.noreply.github.com>
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
{
|
||||
"name": "last30days",
|
||||
"description": "Research any topic across Reddit, X, YouTube, TikTok, Instagram, HN, Polymarket, GitHub, and 5+ more sources.",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"author": {
|
||||
"name": "Matt Van Horn",
|
||||
"url": "https://github.com/mvanhorn"
|
||||
|
||||
@@ -1,6 +1,6 @@
|
||||
{
|
||||
"name": "last30days",
|
||||
"version": "3.0.4",
|
||||
"version": "3.0.5",
|
||||
"description": "Research any topic across Reddit, X, YouTube, TikTok, Instagram, Hacker News, Polymarket, GitHub, and 5+ more sources. AI agent scores by upvotes, likes, and real money - not editors.",
|
||||
"author": {
|
||||
"name": "Matt Van Horn",
|
||||
|
||||
Reference in New Issue
Block a user