chore: update repository references to new organization and name
- Update git remote URL from hhl/hhl-claude-agents to hhl-infra/claude-code-hhl-toolkit - Rename workspace file to match new repository name - Update all documentation references to new organization (hhl-infra) - Update Gitea URLs to new instance (gitea.hotserv.cloud) - Update repository structure references in CLAUDE.md and planning docs 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
@@ -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
|
||||
|
||||
@@ -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
|
||||
|
||||
|
||||
}
|
||||
@@ -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": [
|
||||
|
||||
@@ -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": [
|
||||
|
||||
@@ -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/
|
||||
|
||||
Reference in New Issue
Block a user