02 - The Core Loop
A SpecLoop run has a stable shape:
- Load cold context.
- Load hot run context.
- Check guardrails.
- Execute or receive runner evidence.
- Compare evidence with specs.
- Write findings immediately.
- Render reports.
- Suggest regression tests.
Why Immediate Findings
Section titled “Why Immediate Findings”Agentic browser runs can fail halfway through. Writing each finding immediately keeps evidence durable and makes the run resumable.
Pass, Fail, Drift
Section titled “Pass, Fail, Drift”SpecLoop should distinguish:
pass: behavior matches spec;fail: behavior violates spec;drift: product behavior changed and the spec may need review.