diff --git a/.claude-plugins/marketplace.json b/.claude-plugins/marketplace.json deleted file mode 100644 index e69de29..0000000 diff --git a/.claude-plugins/projman-test-marketplace/marketplace.json b/.claude-plugins/projman-marketplace/marketplace.json similarity index 75% rename from .claude-plugins/projman-test-marketplace/marketplace.json rename to .claude-plugins/projman-marketplace/marketplace.json index 4d8fffc..fa88c2b 100644 --- a/.claude-plugins/projman-test-marketplace/marketplace.json +++ b/.claude-plugins/projman-marketplace/marketplace.json @@ -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": [ { diff --git a/docs/TEST_01_PROJMAN.md b/docs/TEST_01_PROJMAN.md index 2dc384c..b2e2f17 100644 --- a/docs/TEST_01_PROJMAN.md +++ b/docs/TEST_01_PROJMAN.md @@ -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 diff --git a/docs/TEST_EXECUTION_REPORT.md b/docs/TEST_EXECUTION_REPORT.md index 4429851..f28baec 100644 --- a/docs/TEST_EXECUTION_REPORT.md +++ b/docs/TEST_EXECUTION_REPORT.md @@ -396,7 +396,7 @@ projman/ ### Test Infrastructure ``` .claude-plugins/ -└── projman-test-marketplace/ +└── projman-marketplace/ └── marketplace.json (New) .env (New, not committed)