// gt is the Gas Town CLI for managing multi-agent workspaces. package main import "github.com/steveyegge/gastown/internal/cmd" func main() { cmd.Execute() }