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:
2025-12-09 13:39:50 -05:00
parent ba599e342e
commit 816cdc02d9
4 changed files with 8 additions and 8 deletions

View File

@@ -1,8 +1,8 @@
{
"name": "projman-test-marketplace",
"name": "projman-marketplace",
"version": "1.0.0",
"displayName": "Projman Test Marketplace",
"description": "Local marketplace for testing the Projman plugin",
"displayName": "Projman Marketplace",
"description": "Marketplace for Projman project management plugins",
"author": "Bandit Labs",
"plugins": [
{

View File

@@ -50,8 +50,8 @@ This document outlines the testing strategy for the Projman plugin, which has co
WIKIJS_PROJECT=projects/support-claude-mktplace
```
✅ **Local Test Marketplace:**
- `.claude-plugins/projman-test-marketplace/marketplace.json`
✅ **Local Marketplace:**
- `.claude-plugins/projman-marketplace/marketplace.json`
- Points to `../../projman` for local testing
### Repository Structure
@@ -60,7 +60,7 @@ This document outlines the testing strategy for the Projman plugin, which has co
hhl-claude-agents/
├── .env ✅ Project config (in .gitignore)
├── .claude-plugins/
│ └── projman-test-marketplace/
│ └── projman-marketplace/
│ └── marketplace.json ✅ Local marketplace
├── projman/ ✅ Complete plugin
│ ├── .claude-plugin/
@@ -510,7 +510,7 @@ These are expected at this stage and will be addressed in Phase 4 (Lessons Learn
**Symptoms:** `/sprint-plan` returns "command not found"
**Solutions:**
1. Check marketplace loaded: `ls .claude-plugins/projman-test-marketplace/`
1. Check marketplace loaded: `ls .claude-plugins/projman-marketplace/`
2. Verify plugin path in marketplace.json
3. Restart Claude Code

View File

@@ -396,7 +396,7 @@ projman/
### Test Infrastructure
```
.claude-plugins/
└── projman-test-marketplace/
└── projman-marketplace/
└── marketplace.json (New)
.env (New, not committed)