feat: Add 'spawn' as alias for 'start' subcommand across roles
Added 'spawn' as an alias for 'start' in the following commands: - gt witness start → also gt witness spawn - gt refinery start → also gt refinery spawn - gt deacon start → also gt deacon spawn - gt crew start → also gt crew spawn This improves discoverability since agents are guessing 'spawn' when trying to start roles. Note: gt polecat does not have a 'start' command - polecat spawning is handled via 'gt sling'. 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
This commit is contained in:
@@ -34,8 +34,9 @@ into integration branches and ultimately to main.`,
|
||||
}
|
||||
|
||||
var refineryStartCmd = &cobra.Command{
|
||||
Use: "start [rig]",
|
||||
Short: "Start the refinery",
|
||||
Use: "start [rig]",
|
||||
Aliases: []string{"spawn"},
|
||||
Short: "Start the refinery",
|
||||
Long: `Start the Refinery for a rig.
|
||||
|
||||
Launches the merge queue processor which monitors for polecat work branches
|
||||
|
||||
Reference in New Issue
Block a user