refactor: update repository URL and rebrand to Bandit Labs

- Update git remote to new Tailscale hostname
- Replace old organization name (hhl-infra) with bandit
- Replace old repository name (claude-code-hhl-toolkit) with support-claude-mktplace
- Update all documentation references to use generic gitea.example.com
- Rebrand from HyperHive Labs to Bandit Labs across all files
- Rename workspace file to match new repository name

🤖 Generated with [Claude Code](https://claude.com/claude-code)

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
2025-12-09 11:51:13 -05:00
parent a31447e28f
commit ba599e342e
35 changed files with 658 additions and 142 deletions

View File

@@ -63,14 +63,14 @@ def load(self):
**File:** `~/.config/claude/gitea.env`
```bash
GITEA_API_URL=https://gitea.hotserv.cloud/api/v1
GITEA_API_URL=https://gitea.example.com/api/v1
GITEA_API_TOKEN=your_gitea_token
GITEA_OWNER=hhl-infra
GITEA_OWNER=bandit
```
**Generating Gitea API Token:**
1. Log into Gitea: https://gitea.hotserv.cloud
1. Log into Gitea: https://gitea.example.com
2. Navigate to: **Settings****Applications****Manage Access Tokens**
3. Click **Generate New Token**
4. Token configuration:
@@ -90,9 +90,9 @@ mkdir -p ~/.config/claude
# Create gitea.env
cat > ~/.config/claude/gitea.env << EOF
GITEA_API_URL=https://gitea.hotserv.cloud/api/v1
GITEA_API_URL=https://gitea.example.com/api/v1
GITEA_API_TOKEN=your_token_here
GITEA_OWNER=hhl-infra
GITEA_OWNER=bandit
EOF
# Secure the file (important!)

View File

@@ -1134,7 +1134,7 @@ from mcp_server.wikijs_client import WikiJSClient
async def initialize_wiki_structure():
"""Create base Wiki.js structure for Hyper Hive Labs"""
"""Create base Wiki.js structure for Bandit Labs"""
print("Initializing Wiki.js base structure...")
print("=" * 60)
@@ -1154,10 +1154,10 @@ async def initialize_wiki_structure():
base_pages = [
{
'path': 'hyper-hive-labs',
'title': 'Hyper Hive Labs',
'content': '''# Hyper Hive Labs Documentation
'title': 'Bandit Labs',
'content': '''# Bandit Labs Documentation
Welcome to the Hyper Hive Labs knowledge base.
Welcome to the Bandit Labs knowledge base.
## Organization
@@ -1176,7 +1176,7 @@ This knowledge base captures:
All content is searchable and tagged for easy discovery across projects.
''',
'tags': ['company', 'index'],
'description': 'Hyper Hive Labs company knowledge base'
'description': 'Bandit Labs company knowledge base'
},
{
'path': 'hyper-hive-labs/projects',

View File

@@ -48,11 +48,11 @@ projman-pmo/
"version": "0.1.0",
"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.hotserv.cloud/hhl-infra/claude-code-hhl-toolkit/projman-pmo",
"author": "Bandit Labs",
"homepage": "ssh://git@hotserv.tailc9b278.ts.net:2222/bandit/support-claude-mktplace",
"repository": {
"type": "git",
"url": "https://gitea.hotserv.cloud/hhl-infra/claude-code-hhl-toolkit.git"
"url": "ssh://git@hotserv.tailc9b278.ts.net:2222/bandit/support-claude-mktplace.git"
},
"license": "MIT",
"keywords": [
@@ -223,7 +223,7 @@ projman-pmo/
### Agent Personality
```markdown
You are the PMO Coordinator for Hyper Hive Labs.
You are the PMO Coordinator for Bandit Labs.
Your role:
- Maintain strategic view across all projects

View File

@@ -54,11 +54,11 @@ projman/
"version": "0.1.0",
"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.hotserv.cloud/hhl-infra/claude-code-hhl-toolkit/projman",
"author": "Bandit Labs",
"homepage": "https://gitea.example.com/bandit/support-claude-mktplace/projman",
"repository": {
"type": "git",
"url": "https://gitea.hotserv.cloud/hhl-infra/claude-code-hhl-toolkit.git"
"url": "https://gitea.example.com/bandit/support-claude-mktplace.git"
},
"license": "MIT",
"keywords": [
@@ -269,7 +269,7 @@ Agents are also **markdown files** with specialized prompts. They can be invoked
```markdown
# Sprint Planner Agent
You are the Sprint Planner for Hyper Hive Labs.
You are the Sprint Planner for Bandit Labs.
## Your Identity
@@ -422,7 +422,7 @@ Planner: I'll create the issue...
[Tool executes: create_issue(...)]
Created issue #47: "Extract Intuit Engine Service"
View at: https://gitea.hotserv.cloud/org/repo/issues/47
View at: https://gitea.example.com/org/repo/issues/47
Now let me generate a detailed sprint plan...
```
@@ -551,7 +551,7 @@ The projman plugin implements a three-agent architecture mirroring the proven wo
**Example Prompt:**
```markdown
You are the Sprint Planner for Hyper Hive Labs.
You are the Sprint Planner for Bandit Labs.
Your role:
- Guide users through sprint planning
@@ -609,7 +609,7 @@ Sprint Planning Flow:
**Example Prompt:**
```markdown
You are the Sprint Orchestrator for Hyper Hive Labs.
You are the Sprint Orchestrator for Bandit Labs.
Your role:
- Monitor sprint progress
@@ -668,7 +668,7 @@ Status Monitoring:
**Example Prompt:**
```markdown
You are the Sprint Executor for Hyper Hive Labs.
You are the Sprint Executor for Bandit Labs.
Your role:
- Provide implementation guidance

View File

@@ -80,7 +80,7 @@ The MCP servers detect their operating mode based on environment variables:
## Repository Structure
```
hhl-infra/claude-code-hhl-toolkit/
bandit/support-claude-mktplace/
├── mcp-servers/ # ← SHARED BY BOTH PLUGINS
│ ├── gitea/ # Gitea MCP Server
│ │ ├── .venv/
@@ -150,9 +150,9 @@ The plugins use a hybrid configuration approach that balances security and flexi
**System-Level:**
```bash
# ~/.config/claude/gitea.env
GITEA_API_URL=https://gitea.hotserv.cloud/api/v1
GITEA_API_URL=https://gitea.example.com/api/v1
GITEA_API_TOKEN=your_token
GITEA_OWNER=hhl-infra
GITEA_OWNER=bandit
# ~/.config/claude/wikijs.env
WIKIJS_API_URL=https://wiki.hyperhivelabs.com/graphql
@@ -366,9 +366,9 @@ mkdir -p ~/.config/claude
# Gitea config
cat > ~/.config/claude/gitea.env << EOF
GITEA_API_URL=https://gitea.hotserv.cloud/api/v1
GITEA_API_URL=https://gitea.example.com/api/v1
GITEA_API_TOKEN=your_gitea_token
GITEA_OWNER=hhl-infra
GITEA_OWNER=bandit
EOF
# Wiki.js config