[Review] Adversarial correctness sweep across the whole codebase #440
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Part of the v4.6.0 release-readiness gate.
What
A deliberate, hostile read of the entire codebase looking for defects — not a style pass. Multiple independent angles, because single-reviewer sweeps find single-reviewer bugs.
The v4.0.0 acceptance-criteria pass is the model: it went back over 30 issues already marked done and found a dead validator check whose test could not fail, a dedupe that preferred hallucinations over verified beats, an unbounded recursion that killed the test runner, and the default transcription path having no regression coverage at all. Work believed finished was not. That pass paid for itself several times over, and this is the same discipline applied repo-wide.
Angles to cover
Each is a separate reading, not a checklist item:
Rules for the sweep
Acceptance criteria