fix: move marketplace.json into .claude-plugin folder

Claude Code requires marketplace.json to be inside a .claude-plugin/
folder for proper detection as a valid marketplace.

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

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-09 13:53:18 -05:00
parent 816cdc02d9
commit c4544fe2a7

View 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
}
]
}