3 Commits

Author SHA1 Message Date
2a2ac5f85e Merge pull request 'fix: remove unsupported agents field from all plugin manifests' (#49) from fix/marketplace-schema into development
Reviewed-on: #49
2026-01-21 02:50:17 +00:00
e01ba74e84 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>
2026-01-20 21:48:39 -05:00
565540d0ba fix: remove agents field from git-flow plugin.json
Claude Code doesn't support the agents field in plugin manifests.
Commands-only manifest should work.

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2026-01-20 21:47:36 -05:00
6 changed files with 5 additions and 11 deletions

View File

@@ -16,6 +16,5 @@
"requirements",
"methodology"
],
"commands": ["./commands/"],
"agents": ["./agents/"]
"commands": ["./commands/"]
}

View File

@@ -16,7 +16,5 @@
"claude-md",
"developer-tools"
],
"entryPoint": "agents/maintainer.md",
"commands": ["./commands/"],
"agents": ["./agents/"]
"commands": ["./commands/"]
}

View File

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

View File

@@ -16,6 +16,5 @@
"branch",
"automation"
],
"commands": ["./commands/"],
"agents": ["./agents/"]
"commands": ["./commands/"]
}

View File

@@ -17,6 +17,5 @@
"multi-agent"
],
"commands": ["./commands/"],
"agents": ["./agents/"],
"mcpServers": ["./.mcp.json"]
}

View File

@@ -17,5 +17,5 @@
"lessons-learned"
],
"commands": ["./commands/"],
"agents": ["./agents/"]
"mcpServers": ["./.mcp.json"]
}