| title | Quickstart |
|---|---|
| description | Create a city, add a rig, and route work in a few minutes. |
You will need gc, tmux, git, jq, and a beads provider (bd + dolt
by default, or set GC_BEADS=file to skip them).
gc init ~/bright-lights
cd ~/bright-lightsgc init bootstraps the city directory, registers it with the supervisor, and
starts the controller. The city is running as soon as init completes.
mkdir ~/hello-world && cd ~/hello-world && git init
gc rig add ~/hello-worldA rig is an external project directory registered with the city. It gets its own beads database, hook installation, and routing context.
cd ~/hello-world
gc sling claude "Create a script that prints hello world"gc sling creates a work item (a bead) and routes it to an agent. Gas City
starts a session, delivers the task, and the agent executes it.
bd show <bead-id> --watchFor a fuller walkthrough of the same path, continue to Tutorial 01.