Claude Code expects plugin.json at the plugin root, not inside .claude-plugin/ folder. Also simplified the manifest to match working plugins that auto-discover commands from commands/ folder. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
22 lines
462 B
JSON
22 lines
462 B
JSON
{
|
|
"name": "projman",
|
|
"version": "0.1.0",
|
|
"description": "Sprint planning and project management with Gitea and Wiki.js integration",
|
|
"author": {
|
|
"name": "Bandit Labs",
|
|
"email": "dev@banditlabs.io"
|
|
},
|
|
"license": "MIT",
|
|
"repository": {
|
|
"type": "git",
|
|
"url": "https://gitea.hotserv.cloud/bandit/support-claude-mktplace"
|
|
},
|
|
"keywords": [
|
|
"project-management",
|
|
"sprint-planning",
|
|
"gitea",
|
|
"wikijs",
|
|
"agile"
|
|
]
|
|
}
|