Merge pull request 'refactor: rename projman-test-marketplace to projman-marketplace' (#9) from development into main

Reviewed-on: bandit/support-claude-mktplace#9
This commit was merged in pull request #9.
This commit is contained in:
2025-12-09 18:42:15 +00:00
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)