fix: remove agents field from all plugin.json files

Claude Code v2.0.44 doesn't support the agents field in plugin manifests.
Removed from: clarity-assist, pr-review, projman, claude-config-maintainer, cmdb-assistant

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2026-01-20 21:48:39 -05:00
parent 565540d0ba
commit e01ba74e84
5 changed files with 4 additions and 9 deletions

View File

@@ -18,6 +18,5 @@
"dcim"
],
"commands": ["./commands/"],
"agents": ["./agents/"],
"mcpServers": "./.mcp.json"
"mcpServers": ["./.mcp.json"]
}