gastownhall/gastown
Workspace manager for orchestrating multiple AI coding agents with persistent work tracking across restarts.

Gas Town is a multi-agent orchestration system that coordinates AI coding agents working on different projects simultaneously. It persists work state in git-backed hooks and worktrees, enabling reliable handoffs between agents without losing context. The system introduces concepts like The Mayor (central AI coordinator), Rigs (project workspaces), and Beads (ledger for tracking work state), allowing 20-30 agents to operate coherently in a single workspace.