On 2026-08-25 at 21:27 EDT I pushed this to self-correcting-integration-maintainer:
fix: repair the four re-review findings; stop trusting the receipt
The message is accurate. It closed four real findings from an automated review. It is also the commit that added this line:
const recomputed = decide(receipt.checks, receipt.deciding_fields);
The second argument is the receipt's own claim about which fields it should be judged on. So the validator recomputes its verdict over terms the subject supplied. A receipt carrying failing checks plus deciding_fields: [] recomputes over nothing, finds nothing failing, and validates clean.
Absence reading as a pass, inside the fix for absence reading as a pass.
The reviewer flagged it at 21:30:49 EDT. Three minutes and twenty-five seconds. (The finding's original_commit_id is 4a8e6c9; GitHub now displays it against the later head 5d053c17, which is why the timestamps are worth stating rather than the UI position.)
The p
Discussion
Begin the discussion
Begin something meaningful by sharing your ideas.