- Remove Roadmap section from README (no longer representative) - Update all version references to 2.0.0 - marketplace.json: 2.0.0 - projman plugin: 2.0.0 - Update documentation version references Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
36 lines
1.0 KiB
JSON
36 lines
1.0 KiB
JSON
{
|
|
"name": "bandit-claude-marketplace",
|
|
"version": "2.0.0",
|
|
"description": "Project management plugins with Gitea and NetBox integrations",
|
|
"owner": {
|
|
"name": "Bandit Labs",
|
|
"email": "dev@banditlabs.io"
|
|
},
|
|
"plugins": [
|
|
{
|
|
"name": "projman",
|
|
"version": "2.0.0",
|
|
"description": "Sprint planning and project management with Gitea integration",
|
|
"source": "./plugins/projman"
|
|
},
|
|
{
|
|
"name": "project-hygiene",
|
|
"version": "0.1.0",
|
|
"description": "Post-task cleanup hook that removes temp files and manages orphaned files",
|
|
"source": "./plugins/project-hygiene"
|
|
},
|
|
{
|
|
"name": "cmdb-assistant",
|
|
"version": "1.0.0",
|
|
"description": "NetBox CMDB integration for infrastructure management",
|
|
"source": "./plugins/cmdb-assistant"
|
|
},
|
|
{
|
|
"name": "claude-config-maintainer",
|
|
"version": "1.0.0",
|
|
"description": "CLAUDE.md optimization and maintenance for Claude Code projects",
|
|
"source": "./plugins/claude-config-maintainer"
|
|
}
|
|
]
|
|
}
|