From 816cdc02d9351444e54b0f7fcede9a4d1c5a0e0e Mon Sep 17 00:00:00 2001 From: lmiranda Date: Tue, 9 Dec 2025 13:39:50 -0500 Subject: [PATCH] refactor: rename projman-test-marketplace to projman-marketplace MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 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 --- .claude-plugins/marketplace.json | 0 .../marketplace.json | 6 +++--- docs/TEST_01_PROJMAN.md | 8 ++++---- docs/TEST_EXECUTION_REPORT.md | 2 +- 4 files changed, 8 insertions(+), 8 deletions(-) delete mode 100644 .claude-plugins/marketplace.json rename .claude-plugins/{projman-test-marketplace => projman-marketplace}/marketplace.json (75%) 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)