This system, Gas Town, is a multi-agent orchestrator designed to scale CLI-based coding agents (like Claude Code) by treating them as ephemeral "cattle" and the work itself as persistent "pets."
The Molecular Expression of Work (MEOW) stack provides the state management and persistence layer. All data is backed by Git and stored as Beads (JSONL-formatted issues).
| Component | Description |
|---|---|
| Beads | The atomic unit of work. An issue with an ID, status, and metadata. |