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", "version": "1.0.0",
"displayName": "Projman Test Marketplace", "displayName": "Projman Marketplace",
"description": "Local marketplace for testing the Projman plugin", "description": "Marketplace for Projman project management plugins",
"author": "Bandit Labs", "author": "Bandit Labs",
"plugins": [ "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 WIKIJS_PROJECT=projects/support-claude-mktplace
``` ```
✅ **Local Test Marketplace:** ✅ **Local Marketplace:**
- `.claude-plugins/projman-test-marketplace/marketplace.json` - `.claude-plugins/projman-marketplace/marketplace.json`
- Points to `../../projman` for local testing - Points to `../../projman` for local testing
### Repository Structure ### Repository Structure
@@ -60,7 +60,7 @@ This document outlines the testing strategy for the Projman plugin, which has co
hhl-claude-agents/ hhl-claude-agents/
├── .env ✅ Project config (in .gitignore) ├── .env ✅ Project config (in .gitignore)
├── .claude-plugins/ ├── .claude-plugins/
│ └── projman-test-marketplace/ │ └── projman-marketplace/
│ └── marketplace.json ✅ Local marketplace │ └── marketplace.json ✅ Local marketplace
├── projman/ ✅ Complete plugin ├── projman/ ✅ Complete plugin
│ ├── .claude-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" **Symptoms:** `/sprint-plan` returns "command not found"
**Solutions:** **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 2. Verify plugin path in marketplace.json
3. Restart Claude Code 3. Restart Claude Code

View File

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