Files
gastown/CLAUDE.md
Steve Yegge 97aef02ac2 docs: add strategic context indirection for HOP guidance
Points Mayor to ~/ai/stevey-gastown/hop/CONTEXT.md for broader architectural direction.
2025-12-17 01:00:58 -08:00

31 lines
736 B
Markdown

# Claude: Gastown Go Port
Run `bd prime` for beads context.
## Strategic Context
For broader project context and design guidance beyond Gas Town's immediate scope:
- Check `~/ai/stevey-gastown/hop/CONTEXT.md` if available
This provides architectural direction for decisions that affect the platform's evolution.
## 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)