Sourceruntime lifecycle doc
Modedefault_codex
Planningplanning.standard
Executionexecution.standard
Learninglearning.standard optional
Runtime lifecycle

Four charts. One scheduler.

The homepage shows the simplified lifecycle. This page expands that into the shipped runtime view: baseline startup, scheduler overview, planning loop detail, execution loop detail, optional learning routing, and arbiter activation.

Overview 01

The full scheduler lifecycle.

Overview chart

Compile the current runtime plan, drain commands first on every tick, respect stop, pause, and usage-governance gates, claim one stage at a time, then let the runtime own result application and authoritative state mutation.

Planning loop 02

Planning dispatch and remediation.

Planning detail

Planning starts from incident or spec claims, can resume an active stage, and falls back to mechanic only when blocked routing and retry budgets say it should.

Execution loop 03

Execution, recovery, and update routing.

Execution detail

The default execution loop is sequential on purpose: verification, repair, recovery escalation, planning handoff, and update all happen under one visible runtime contract.

Arbiter 04

Completion behavior is its own path.

Arbiter detail

Successful closure stamps the target and clears the active stage. Remediation or blocked outcomes leave the target open and push the runtime back into accountable work.