@@ -38,8 +38,20 @@ starting another.
3838
3939## Verification and attribution
4040
41- The release is covered by the focused loop, integration, and legacy-hook suites;
42- the final release commit records the fresh full-suite command and count. The
43- loop design was informed by public loop-engineering discussions about bounded
44- feedback, verifier gates, resumability, and stagnation breakers. This project
45- implements its own Python standard-library contracts and does not copy code.
41+ Fresh verification evidence before tagging:
42+
43+ - ` python3 -m pytest ` : ** 166 passed** .
44+ - ` python3 -m harness_manager.cli loop validate --target . --json ` : valid
45+ ` ci-sweeper ` L2 contract.
46+ - ` python3 -m harness_manager.cli loop audit --target . --json ` : valid audit,
47+ with zero real run evidence in the source checkout as expected.
48+ - ` ./install.sh loop validate --target . ` : valid text dispatch.
49+ - Fake-harness smoke: two-attempt completion, cleanup exit code 0, and the
50+ active checkout remained unchanged.
51+ - The before/after ` git status --porcelain ` snapshots around the full suite
52+ were identical; the Claude hook suite ran against a session temp copy.
53+
54+ The loop design was informed by public loop-engineering discussions about
55+ bounded feedback, verifier gates, resumability, and stagnation breakers. This
56+ project implements its own Python standard-library contracts and does not copy
57+ code.
0 commit comments