Lane 1 · verified
src/alpha.rs
One worker, one checked writeback, bounded authority.
A plain-language coordination story
In this example, a team updates checkout. Watch one helper spot a payment problem and RepoToire help another helper fix it before the work is finished.
A simple example · idealized for clarity
You send the checkout request to RepoToire
Slide 1 of 6: Your approved checkout request is accepted.
Recorded run · time compressed
The architecture above is idealized. The evidence below comes from one recorded, time-compressed run and is cross-checked against durable run evidence.
Measured lineage time · 12m 1s
Goal
Prove continuous retirement with two independently scoped lanes: - Update only src/alpha.rs from pending to retired-alpha. - Update only src/beta_v2.rs from pending to retired-beta.
Front Door accepts the goal and approved authority; Machine confirms the exact scopes before launch.
The visible stages below are the semantic chain. There is no separate hidden copy for the replay to drift away from.
Lane 1 · verified
src/alpha.rs
One worker, one checked writeback, bounded authority.
Lane 2 · verified
src/beta_v2.rs
One worker, one checked writeback, bounded authority.
In this recorded run, approved authority became two disjoint scopes; the Machine scheduled and launched two Codex workers, cross-checked gates and writebacks, passed JOIN, produced one receipt, and closed the Front Door state as retired.
It is not a live run, a speed benchmark, or a guarantee for every repository. It demonstrates one inspectable coordination path and the evidence required for that path to retire cleanly.
The page and download use this same validated object. The source hash binds it to the private verifier report without exposing private paths or worker identifiers.
{
"schema": "repotoire.public_continuous_goal_retirement_proof.v1",
"status": "verified",
"source_artifact_sha256": "7bb30e94c5907afcf0531a29df279f54974a88cf7e5fd3ab62f78312bd29e3ee",
"run": {
"id": "evolve-1-20260716T151903140Z-34005df8",
"goal": "Prove continuous retirement with two independently scoped lanes:\n- Update only src/alpha.rs from pending to retired-alpha.\n- Update only src/beta_v2.rs from pending to retired-beta.",
"measured_lineage_time_ms": 721101
},
"authority": {
"approval": "explicit_human_approved_goal_lane",
"transition_reason": "approved_plan_execution"
},
"scheduling": {
"status": "parallel_ready",
"group_count": 1,
"ready_count": 2,
"blocked_count": 0,
"scopes": [
"src/alpha.rs",
"src/beta_v2.rs"
]
},
"execution": {
"provider": "codex",
"runner_kind": "local_process",
"supports_live_spawn": true,
"real_worker_count": 2
},
"evidence": {
"authoritative_gate_event_count": 4,
"checked_writeback_count": 2,
"source_lineage_event_count": 10
},
"retirement": {
"join_authority": "machine_join_trust_gate",
"trust_basis": "worker_scoreboard_verified",
"work_count": 2,
"retirement_ref": "retirement:machine:evolve-1-20260716T151903140Z-34005df8:cycle:4",
"receipt_count": 1,
"front_door_state": "retired"
}
}Join the free beta with a real engineering goal and a repository where agent work needs bounded scopes, scheduling, and evidence-backed retirement.