How R1 remembers
Memory tiers, what stays sticky, what gets recalled on demand, and how the receipt graph makes memory use reviewable later.
The harness in six views: how memory is shaped, how the lifecycle gates work, how parallel work stays safe, and what three real task patterns look like end to end.
Memory tiers, what stays sticky, what gets recalled on demand, and how the receipt graph makes memory use reviewable later.
The gate machine, the transition rules, and why the merge boundary belongs to the harness instead of the model.
Dependency ordering, file-scope conflict avoidance, merge serialization, and rollback behavior when a branch fails late.
One task from plan output through diff review, with the exact artifacts a human reviewer actually cares about.
A safer pattern for migrations: forward path, rollback path, verification probes, and merge guards before release.
How R1 reproduces, isolates, retries, and escalates without turning a noisy test into a blind guess-and-merge loop.