Commit 0b76905
authored
docs(anti-patterns): don't reason a verifier FAIL away without re-probing (#28)
## Problem
The reviewer anti-patterns cover copy-pasting the implementer's output
(#12) but not the subtler failure: running the verifier, getting a FAIL,
and **reasoning it away** as an "environment artifact" or "known
false-positive" *without re-probing*.
Prompted by an offboarding QA batch where a coarse verifier's `ad` FAIL
was nearly dismissed as a regex false-positive — a precise independent
re-probe surfaced a **live Domain-Admin account for a departed
employee** 10 days post-termination.
## Change
Expands anti-pattern #12 (one-line, no renumbering) with:
- a FAIL believed spurious is still a FAIL until a **precise independent
probe** disproves it — present re-probe evidence, not reasoning;
- the **sibling cross-check**: when QAing a batch, the outlier that
FAILs an identical probe while N-1 pass is a real finding, not noise.1 file changed
Lines changed: 1 addition & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
21 | 21 | | |
22 | 22 | | |
23 | 23 | | |
24 | | - | |
| 24 | + | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
| |||
0 commit comments