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:
@@ -16,6 +16,5 @@
|
|||||||
"requirements",
|
"requirements",
|
||||||
"methodology"
|
"methodology"
|
||||||
],
|
],
|
||||||
"commands": ["./commands/"],
|
"commands": ["./commands/"]
|
||||||
"agents": ["./agents/"]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -16,7 +16,5 @@
|
|||||||
"claude-md",
|
"claude-md",
|
||||||
"developer-tools"
|
"developer-tools"
|
||||||
],
|
],
|
||||||
"entryPoint": "agents/maintainer.md",
|
"commands": ["./commands/"]
|
||||||
"commands": ["./commands/"],
|
|
||||||
"agents": ["./agents/"]
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -18,6 +18,5 @@
|
|||||||
"dcim"
|
"dcim"
|
||||||
],
|
],
|
||||||
"commands": ["./commands/"],
|
"commands": ["./commands/"],
|
||||||
"agents": ["./agents/"],
|
"mcpServers": ["./.mcp.json"]
|
||||||
"mcpServers": "./.mcp.json"
|
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,6 +17,5 @@
|
|||||||
"multi-agent"
|
"multi-agent"
|
||||||
],
|
],
|
||||||
"commands": ["./commands/"],
|
"commands": ["./commands/"],
|
||||||
"agents": ["./agents/"],
|
|
||||||
"mcpServers": ["./.mcp.json"]
|
"mcpServers": ["./.mcp.json"]
|
||||||
}
|
}
|
||||||
|
|||||||
@@ -17,5 +17,5 @@
|
|||||||
"lessons-learned"
|
"lessons-learned"
|
||||||
],
|
],
|
||||||
"commands": ["./commands/"],
|
"commands": ["./commands/"],
|
||||||
"agents": ["./agents/"]
|
"mcpServers": ["./.mcp.json"]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user