The Workforce · Compiled
The Blueprint
Most org charts read. This one compiles — a spec that emits roster.yaml, a brief per agent, and a launch.sh that spins up the workforce in tmux. Humans decide. Agents execute. Below is the live topology, rendered from the compiled roster.
Governor
Control plane — loops & fleets
Service layer — 9 domains, 57 services
Hit compile
The diagram above is generated from blueprint.json + the live os/apps.json service registry — not hand-drawn. Recompile the whole workforce, artifacts and all, with one command:
python3 ops/blueprint/compile.py
Four files drop into ops/blueprint/build/:
roster.yamlMachine-readable roster — every node, wire, and service count.
agents/<id>.AGENT.mdA brief per node: model, role, who it reports to, launch reminders.
launch.shOne tmux new-session per agent running claude --model …, staggered 25s.
blueprint.compiled.jsonThe topology this page renders from.