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

@@ -46,8 +46,8 @@ This document outlines the testing strategy for the Projman plugin, which has co
**Project Configuration:**
- `.env` - Project-specific settings (NOT committed)
```bash
GITEA_REPO=claude-code-hhl-toolkit
WIKIJS_PROJECT=projects/claude-code-hhl-toolkit
GITEA_REPO=support-claude-mktplace
WIKIJS_PROJECT=projects/support-claude-mktplace
```
✅ **Local Test Marketplace:**
@@ -130,8 +130,8 @@ ls -la ~/.config/claude/*.env
```bash
cat .env
# Should show:
# GITEA_REPO=claude-code-hhl-toolkit
# WIKIJS_PROJECT=projects/claude-code-hhl-toolkit
# GITEA_REPO=support-claude-mktplace
# WIKIJS_PROJECT=projects/support-claude-mktplace
```
**Verify .env is ignored:**
@@ -355,7 +355,7 @@ Implement the first task (e.g., add command examples to README).
- Suggests appropriate tags
4. Saves to Wiki.js:
- Uses `create_lesson` MCP tool
- Creates in `/projects/claude-code-hhl-toolkit/lessons-learned/sprints/`
- Creates in `/projects/support-claude-mktplace/lessons-learned/sprints/`
5. Offers git operations:
- Commit changes
- Merge branches
@@ -571,7 +571,7 @@ These are expected at this stage and will be addressed in Phase 4 (Lessons Learn
3. **Prepare for Phase 5: Testing & Validation**
- Write integration tests
- Test with real sprint on CuisineFlow
- Test with real sprint on a production project
- Collect user feedback from team
### If Tests Fail ❌