Replaced 4 individual design docs with single master architecture doc.
Design content moved to bead descriptions (self-contained, no markdown refs).
Closed gt-cr0.
- Add docs/architecture.md: top-down Gas Town explanation
- Delete docs/{town,swarm-shutdown,polecat-beads-access,mayor-handoff}-design.md
- Update CLAUDE.md to point to architecture.md
- Update beads: gt-sd6, gt-f8v, gt-eu9, gt-gl2, gt-zx3, gt-e1y, gt-cjb, gt-082,
gt-g2d, gt-sye, gt-vci, gt-82y, gt-l3c, gt-u82 now self-contained
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
24 lines
481 B
Markdown
24 lines
481 B
Markdown
# Claude: Gastown Go Port
|
|
|
|
Run `bd prime` for beads context.
|
|
|
|
## Project Info
|
|
|
|
This is the **Go port** of Gas Town, a multi-agent workspace manager.
|
|
|
|
- **Issue prefix**: `gt-`
|
|
- **Python version**: ~/ai/gastown-py (reference implementation)
|
|
- **Architecture**: docs/architecture.md
|
|
|
|
## Development
|
|
|
|
```bash
|
|
go build -o gt ./cmd/gt
|
|
go test ./...
|
|
```
|
|
|
|
## Key Epics
|
|
|
|
- `gt-u1j`: Port Gas Town to Go (main tracking epic)
|
|
- `gt-f9x`: Town & Rig Management (install, doctor, federation)
|