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>
21 lines
647 B
JSON
21 lines
647 B
JSON
{
|
|
"name": "claude-config-maintainer",
|
|
"version": "1.0.0",
|
|
"description": "Maintains and optimizes CLAUDE.md configuration files for Claude Code projects",
|
|
"author": {
|
|
"name": "Leo Miranda",
|
|
"email": "leobmiranda@gmail.com"
|
|
},
|
|
"homepage": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace/src/branch/main/plugins/claude-config-maintainer/README.md",
|
|
"repository": "https://gitea.hotserv.cloud/personal-projects/leo-claude-mktplace.git",
|
|
"license": "MIT",
|
|
"keywords": [
|
|
"claude-code",
|
|
"configuration",
|
|
"optimization",
|
|
"claude-md",
|
|
"developer-tools"
|
|
],
|
|
"commands": ["./commands/"]
|
|
}
|