Loop · archy
The archy agent loop
The archy agent loop
Six stations run clockwise, Snapshot, Impact, Risk, Edit, Diff and Fix or revert; only Snapshot writes the shared .archy/baseline.json record at the centre and only Diff reads it back.
.archy/baseline.json
one record per session
Snapshot
baseline written
Impact
who breaks
Risk
central and fragile
Edit
the change itself
Diff
what regressed
Fix or revert
highest risk first
WRITES
READS
LEGEND
LOOP ORDER
TOUCHES THE BASELINE FILE
Only two stations open the baseline. The other four read the live graph, which is why a stale baseline quietly invalidates the diff and nothing else.