Skip to content

Documentation

The README is deliberately short — two prompts and what the thing is. Everything below is the long version, in the order it is worth reading.

Start here

OverviewWhat problem this solves, the three levers it actually pulls, and the whole idea in one picture.
InstallThe manual routes — plugin or plain clone — and the optional Desktop launcher.
Your first planSeven steps from "I want this built" to a plan that is building itself.

How it runs

The loopThe autopilot's specification: the three modes, how a stopped phase is read (situations), what the machine tries before it asks (the ladder), convergence, session presence, and what is still a person's.
The artifactsPlan, handoff, memory, and the optional QA record — one job each, never duplicated.
What you controlEvery knob — the launch defaults and the ladder's caps and toggles — plus the full command reference for the engine and its helpers.
Session budgetThe nine decisions a plan records: model, budget, phase size, batching, QA, branch, skills, gates, docs root.
Model handlingHow a phase's model is chosen, and what changes when you run a different one.

Gates and safety

QA gatingOff by default. What turning it on actually blocks, and why a recorded fail outlives the switch.
Safety railsWhat an unattended session may and may not do, and what stops it.

The console

Phase ConsoleThe local web app: every plan's board, the graph, runs, terminal and search.
Reaching it from your phoneTailscale end to end — serve, identity, push notifications, and what is actually enforced.
MetricsGET /api/metrics — the cost, progress and ladder numbers in Prometheus text, and the contract their names are.
DebuggingWhere every log, journal and declaration lives, how to tie a run to a session to a lock to a tree, and the one bundle to hand a model.
Webhooks--allow-webhooks — the same announcements POSTed to a Slack, Discord or Telegram URL. The payload schema, what is redacted, and what never travels.

Also

ReferenceHow Agent Skills work, requirements, and how to run the tests.
Versioning and releasingThe four channels, how a change becomes an update, and what every change must carry with it.
viewer/README.mdThe console's own technical documentation — architecture, API, deploy.
USAGE.mdThe loop in operational detail.