diff --git a/CLAUDE.md b/CLAUDE.md index 2df7d94..bc946fa 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -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** ``` -hyperhivelabs/claude-plugins/ +hhl-infra/claude-code-hhl-toolkit/ ├── .claude-plugin/ │ └── marketplace.json ├── mcp-servers/ # ← SHARED BY BOTH PLUGINS diff --git a/hhl-claude-agents.code-workspace b/claude-code-hhl-toolkit.code-workspace similarity index 97% rename from hhl-claude-agents.code-workspace rename to claude-code-hhl-toolkit.code-workspace index b0c4901..be325ef 100644 --- a/hhl-claude-agents.code-workspace +++ b/claude-code-hhl-toolkit.code-workspace @@ -110,7 +110,7 @@ "group": "Core" }, { - "filePath": "hhl-claude-agents.code-workspace", + "filePath": "claude-code-hhl-toolkit.code-workspace", "group": "Core" }, { @@ -141,7 +141,8 @@ "filePath": ".claude-plugins/marketplace.json", "group": "Plugins" } - ] + ], + "chat.disableAIFeatures": true } diff --git a/docs/references/PLUGIN-PMO.md b/docs/references/PLUGIN-PMO.md index 3377fe9..69e1e01 100644 --- a/docs/references/PLUGIN-PMO.md +++ b/docs/references/PLUGIN-PMO.md @@ -49,10 +49,10 @@ projman-pmo/ "displayName": "Projman PMO - Multi-Project Coordination", "description": "PMO coordination with cross-project visibility, dependency tracking, and resource management", "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": { "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", "keywords": [ diff --git a/docs/references/PLUGIN-PROJMAN.md b/docs/references/PLUGIN-PROJMAN.md index d68eabf..12ce08d 100644 --- a/docs/references/PLUGIN-PROJMAN.md +++ b/docs/references/PLUGIN-PROJMAN.md @@ -55,10 +55,10 @@ projman/ "displayName": "Projman - Single-Repository Project Management", "description": "Sprint planning and project management with Gitea and Wiki.js integration", "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": { "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", "keywords": [ diff --git a/docs/references/PROJECT-SUMMARY.md b/docs/references/PROJECT-SUMMARY.md index edd4758..a837ec6 100644 --- a/docs/references/PROJECT-SUMMARY.md +++ b/docs/references/PROJECT-SUMMARY.md @@ -80,7 +80,7 @@ The MCP servers detect their operating mode based on environment variables: ## Repository Structure ``` -hyperhivelabs/claude-plugins/ +hhl-infra/claude-code-hhl-toolkit/ ├── mcp-servers/ # ← SHARED BY BOTH PLUGINS │ ├── gitea/ # Gitea MCP Server │ │ ├── .venv/