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:
Kieran Klaassen
2025-10-09 14:09:38 -07:00
parent bf5df7dfb6
commit 3c49fc05b5

View File

@@ -17,7 +17,5 @@
"code-review", "code-review",
"quality", "quality",
"knowledge-management" "knowledge-management"
], ]
"agents": "./agents/",
"commands": "./commands/"
} }