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:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user