← Registry
Loop Official

Independent Verifier Pass

When implementation claims done, a separate verifier pass runs build, lint, and tests with no access to the implementer's rationale.

Loop

Goal
build, lint, and tests pass under independent verification
Exit when
all verifier commands exit 0

Check between iterations

npm run build && npm run lint && npm test
$

Kickoff prompt

Start the "Independent Verifier Pass" loop. Goal: build, lint, and tests pass under independent verification Max iterations: 8 Between iterations run: npm run build && npm run lint && npm test Exit when: all verifier commands exit 0 Step 1: When implementation claims done, a separate verifier pass runs build, lint, and tests with no access to the implementer's rationale.