development #7
@@ -163,7 +163,7 @@ See [docs/reference-material/projman-implementation-plan.md](docs/reference-mate
|
|||||||
⚠️ **See `docs/CORRECT-ARCHITECTURE.md` for the authoritative structure reference**
|
⚠️ **See `docs/CORRECT-ARCHITECTURE.md` for the authoritative structure reference**
|
||||||
|
|
||||||
```
|
```
|
||||||
hyperhivelabs/claude-plugins/
|
hhl-infra/claude-code-hhl-toolkit/
|
||||||
├── .claude-plugin/
|
├── .claude-plugin/
|
||||||
│ └── marketplace.json
|
│ └── marketplace.json
|
||||||
├── mcp-servers/ # ← SHARED BY BOTH PLUGINS
|
├── mcp-servers/ # ← SHARED BY BOTH PLUGINS
|
||||||
|
|||||||
@@ -110,7 +110,7 @@
|
|||||||
"group": "Core"
|
"group": "Core"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
"filePath": "hhl-claude-agents.code-workspace",
|
"filePath": "claude-code-hhl-toolkit.code-workspace",
|
||||||
"group": "Core"
|
"group": "Core"
|
||||||
},
|
},
|
||||||
{
|
{
|
||||||
@@ -141,7 +141,8 @@
|
|||||||
"filePath": ".claude-plugins/marketplace.json",
|
"filePath": ".claude-plugins/marketplace.json",
|
||||||
"group": "Plugins"
|
"group": "Plugins"
|
||||||
}
|
}
|
||||||
]
|
],
|
||||||
|
"chat.disableAIFeatures": true
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
@@ -49,10 +49,10 @@ projman-pmo/
|
|||||||
"displayName": "Projman PMO - Multi-Project Coordination",
|
"displayName": "Projman PMO - Multi-Project Coordination",
|
||||||
"description": "PMO coordination with cross-project visibility, dependency tracking, and resource management",
|
"description": "PMO coordination with cross-project visibility, dependency tracking, and resource management",
|
||||||
"author": "Hyper Hive Labs",
|
"author": "Hyper Hive Labs",
|
||||||
"homepage": "https://gitea.hyperhivelabs.com/hyperhivelabs/claude-plugins/projman-pmo",
|
"homepage": "https://gitea.hotserv.cloud/hhl-infra/claude-code-hhl-toolkit/projman-pmo",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gitea.hyperhivelabs.com/hyperhivelabs/claude-plugins.git"
|
"url": "https://gitea.hotserv.cloud/hhl-infra/claude-code-hhl-toolkit.git"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -55,10 +55,10 @@ projman/
|
|||||||
"displayName": "Projman - Single-Repository Project Management",
|
"displayName": "Projman - Single-Repository Project Management",
|
||||||
"description": "Sprint planning and project management with Gitea and Wiki.js integration",
|
"description": "Sprint planning and project management with Gitea and Wiki.js integration",
|
||||||
"author": "Hyper Hive Labs",
|
"author": "Hyper Hive Labs",
|
||||||
"homepage": "https://gitea.hyperhivelabs.com/hyperhivelabs/claude-plugins/projman",
|
"homepage": "https://gitea.hotserv.cloud/hhl-infra/claude-code-hhl-toolkit/projman",
|
||||||
"repository": {
|
"repository": {
|
||||||
"type": "git",
|
"type": "git",
|
||||||
"url": "https://gitea.hyperhivelabs.com/hyperhivelabs/claude-plugins.git"
|
"url": "https://gitea.hotserv.cloud/hhl-infra/claude-code-hhl-toolkit.git"
|
||||||
},
|
},
|
||||||
"license": "MIT",
|
"license": "MIT",
|
||||||
"keywords": [
|
"keywords": [
|
||||||
|
|||||||
@@ -80,7 +80,7 @@ The MCP servers detect their operating mode based on environment variables:
|
|||||||
## Repository Structure
|
## Repository Structure
|
||||||
|
|
||||||
```
|
```
|
||||||
hyperhivelabs/claude-plugins/
|
hhl-infra/claude-code-hhl-toolkit/
|
||||||
├── mcp-servers/ # ← SHARED BY BOTH PLUGINS
|
├── mcp-servers/ # ← SHARED BY BOTH PLUGINS
|
||||||
│ ├── gitea/ # Gitea MCP Server
|
│ ├── gitea/ # Gitea MCP Server
|
||||||
│ │ ├── .venv/
|
│ │ ├── .venv/
|
||||||
|
|||||||
Reference in New Issue
Block a user