refactor: rename projman-test-marketplace to projman-marketplace
- Remove empty marketplace.json placeholder file - Rename projman-test-marketplace/ to projman-marketplace/ - Update marketplace metadata (name, displayName, description) - Update all documentation references 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
21
.claude-plugins/projman-marketplace/marketplace.json
Normal file
21
.claude-plugins/projman-marketplace/marketplace.json
Normal file
@@ -0,0 +1,21 @@
|
||||
{
|
||||
"name": "projman-marketplace",
|
||||
"version": "1.0.0",
|
||||
"displayName": "Projman Marketplace",
|
||||
"description": "Marketplace for Projman project management plugins",
|
||||
"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
|
||||
}
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user