feat(directives): add rule-statement header to 9-16 of 66 v1.md files

This commit is contained in:
ed
2026-07-03 09:45:46 -04:00
parent cf8eab9f79
commit 85ae99c6a5
8 changed files with 16 additions and 0 deletions
@@ -1,3 +1,5 @@
# For live_gui tests, verification must be batch — not isolated
### Isolated-Pass Verification Fallacy (Added 2026-06-09)
A test that "passes when run after test X but fails in isolation" is a **fragile test, not a fragile fixture**. The flip side is also true: a test that "passes in isolation but fails in batch" is failing — its failure is masked by isolation. The only verification that matters for `live_gui` tests (or any test that depends on shared subprocess state) is the **batch run** in the suite the test will ship in.