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:
@@ -106,7 +106,7 @@ Polecats are NOT started by this command - they are spawned
|
||||
on demand when work is assigned.
|
||||
|
||||
Examples:
|
||||
gt rig boot gastown`,
|
||||
gt rig boot greenplace`,
|
||||
Args: cobra.ExactArgs(1),
|
||||
RunE: runRigBoot,
|
||||
}
|
||||
@@ -120,7 +120,7 @@ This is equivalent to 'gt rig shutdown' followed by 'gt rig boot'.
|
||||
Useful after polecats complete work and land their changes.
|
||||
|
||||
Examples:
|
||||
gt rig reboot gastown
|
||||
gt rig reboot greenplace
|
||||
gt rig reboot beads --force`,
|
||||
Args: cobra.ExactArgs(1),
|
||||
RunE: runRigReboot,
|
||||
@@ -145,9 +145,9 @@ Use --force to skip graceful shutdown and kill immediately.
|
||||
Use --nuclear to bypass ALL safety checks (will lose work!).
|
||||
|
||||
Examples:
|
||||
gt rig shutdown gastown
|
||||
gt rig shutdown gastown --force
|
||||
gt rig shutdown gastown --nuclear # DANGER: loses uncommitted work`,
|
||||
gt rig shutdown greenplace
|
||||
gt rig shutdown greenplace --force
|
||||
gt rig shutdown greenplace --nuclear # DANGER: loses uncommitted work`,
|
||||
Args: cobra.ExactArgs(1),
|
||||
RunE: runRigShutdown,
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user