Remove agents/commands fields from plugin.json
Since agents and commands are in default directories (./agents/ and ./commands/), they should be auto-discovered by Claude Code without explicit path declarations in plugin.json. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -17,7 +17,5 @@
|
|||||||
"code-review",
|
"code-review",
|
||||||
"quality",
|
"quality",
|
||||||
"knowledge-management"
|
"knowledge-management"
|
||||||
],
|
]
|
||||||
"agents": "./agents/",
|
|
||||||
"commands": "./commands/"
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user