Files
leo-claude-mktplace/plugins/projman/.claude-plugin/plugin.json
lmiranda e9e425933b refactor: consolidate plugins into plugins/ directory
- Created plugins/ directory to centralize all plugins
- Moved projman and project-hygiene into plugins/
- Updated .mcp.json paths from ../mcp-servers/ to ../../mcp-servers/
- Updated CLAUDE.md governance section with new directory structure
- Updated README.md with new repository structure diagram
- Fixed all path references in documentation

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-11 23:26:38 -05:00

19 lines
426 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": "https://gitea.hotserv.cloud/bandit/support-claude-mktplace",
"keywords": [
"project-management",
"sprint-planning",
"gitea",
"wikijs",
"agile"
]
}