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:
@@ -60,7 +60,7 @@ type OverseerInfo struct {
|
||||
// AgentRuntime represents the runtime state of an agent.
|
||||
type AgentRuntime struct {
|
||||
Name string `json:"name"` // Display name (e.g., "mayor", "witness")
|
||||
Address string `json:"address"` // Full address (e.g., "gastown/witness")
|
||||
Address string `json:"address"` // Full address (e.g., "greenplace/witness")
|
||||
Session string `json:"session"` // tmux session name
|
||||
Role string `json:"role"` // Role type
|
||||
Running bool `json:"running"` // Is tmux session running?
|
||||
@@ -95,7 +95,7 @@ type MQSummary struct {
|
||||
|
||||
// AgentHookInfo represents an agent's hook (pinned work) status.
|
||||
type AgentHookInfo struct {
|
||||
Agent string `json:"agent"` // Agent address (e.g., "gastown/toast", "gastown/witness")
|
||||
Agent string `json:"agent"` // Agent address (e.g., "greenplace/toast", "greenplace/witness")
|
||||
Role string `json:"role"` // Role type (polecat, crew, witness, refinery)
|
||||
HasWork bool `json:"has_work"` // Whether agent has pinned work
|
||||
Molecule string `json:"molecule,omitempty"` // Attached molecule ID
|
||||
|
||||
Reference in New Issue
Block a user