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:
2025-11-17 14:50:27 -05:00
parent e41c067d93
commit a3015c48d3
5 changed files with 9 additions and 8 deletions

View File

@@ -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": [

View File

@@ -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": [

View File

@@ -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/