Files
leo-claude-mktplace/.claude-plugins/projman-test-marketplace/marketplace.json
lmiranda ba599e342e refactor: update repository URL and rebrand to Bandit Labs
- Update git remote to new Tailscale hostname
- Replace old organization name (hhl-infra) with bandit
- Replace old repository name (claude-code-hhl-toolkit) with support-claude-mktplace
- Update all documentation references to use generic gitea.example.com
- Rebrand from HyperHive Labs to Bandit Labs across all files
- Rename workspace file to match new repository name

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
2025-12-09 11:51:13 -05:00

22 lines
621 B
JSON

{
"name": "projman-test-marketplace",
"version": "1.0.0",
"displayName": "Projman Test Marketplace",
"description": "Local marketplace for testing the Projman plugin",
"author": "Bandit Labs",
"plugins": [
{
"name": "projman",
"version": "0.1.0",
"displayName": "Projman - Project Management",
"description": "Sprint planning and project management with Gitea and Wiki.js integration",
"source": {
"type": "local",
"path": "../../projman"
},
"tags": ["project-management", "sprint-planning", "gitea", "wikijs"],
"featured": true
}
]
}