Replace 'gastown' with 'greenplace' in user-facing docs/examples
Using "greenplace" (The Green Place from Mad Max: Fury Road) as the canonical example project/rig name in documentation and help text. This provides a clearer distinction from the actual gastown repo name. Changes: - docs/*.md: Updated all example paths and commands - internal/cmd/*.go: Updated help text examples - internal/templates/: Updated example references - Tests: Updated to use greenplace in example session names Note: Import paths (github.com/steveyegge/gastown) and actual code paths referencing the gastown repo structure are unchanged. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
+2
-2
@@ -31,7 +31,7 @@ Gas Town routes beads commands based on issue ID prefix. You don't need to think
|
||||
about which database to use - just use the issue ID.
|
||||
|
||||
```bash
|
||||
bd show gt-xyz # Routes to gastown rig's beads
|
||||
bd show gp-xyz # Routes to greenplace rig's beads
|
||||
bd show hq-abc # Routes to town-level beads
|
||||
bd show wyv-123 # Routes to wyvern rig's beads
|
||||
```
|
||||
@@ -42,7 +42,7 @@ prefix maps to its beads location (the mayor's clone in that rig).
|
||||
| Prefix | Routes To | Purpose |
|
||||
|--------|-----------|---------|
|
||||
| `hq-*` | `~/gt/.beads/` | Mayor mail, cross-rig coordination |
|
||||
| `gt-*` | `~/gt/gastown/mayor/rig/.beads/` | Gastown project issues |
|
||||
| `gp-*` | `~/gt/greenplace/mayor/rig/.beads/` | Greenplace project issues |
|
||||
| `wyv-*` | `~/gt/wyvern/mayor/rig/.beads/` | Wyvern project issues |
|
||||
|
||||
Debug routing: `BD_DEBUG_ROUTING=1 bd show <id>`
|
||||
|
||||
Reference in New Issue
Block a user