43641e1dfbff7a57d68c874408fa91e4ae78baa2
The spawn command and polecat manager were incorrectly looking for beads in <rig>/mayor/rig/.beads instead of <rig>/.beads. This caused: - `gt spawn --issue ga-xxp` to fail with "no issue found" even when `bd show ga-xxp` worked from the rig directory - Polecats couldn't find rig-level issues (with ga- prefix) because mayor/rig has a different beads database (with gt- prefix) This fix: - spawn.go: Use r.Path instead of filepath.Join(r.Path, "mayor", "rig") - polecat/manager.go: Use r.Path for beads.New() initialization - session/manager.go: Use r.Path/.beads for BEADS_DIR environment Closes beads-2nh 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Gastown (Go)
Go port of Gas Town - a multi-agent workspace manager.
Status
Work in Progress - This is the Go rewrite of the Python gastown tool.
See the Python version for current functionality.
Goals
- Single binary installation (
gt) - Self-diagnosing (
gt doctor) - Federation support (coordinate agents across VMs)
- Performance improvements over Python version
Development
# Build
go build -o gt ./cmd/gt
# Run
./gt --help
Related
- gastown-py - Python version (current)
- beads - Issue tracking for agents
Languages
Go
98.2%
HTML
1.1%
Shell
0.4%
JavaScript
0.2%