Skip to content

Commit c7fb22a

Browse files
committed
fix(stats): correct harness pass count 445->446 (flaked local summary)
The v0.6.0 publish shipped STATS.json with harness.pass:445 - a transient perf-gate flake on a slow local FS. CI ran a clean 446/446, so build_stats --check and check_stats_drift saw the committed STATS as stale and went red. Regenerated STATS.json/STATS.md from a clean 446/446 run.
1 parent df9e3bf commit c7fb22a

2 files changed

Lines changed: 2 additions & 2 deletions

File tree

validation/STATS.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@
171171
"recall_pct": 0.6364,
172172
"wilson95_lb": 0.4295
173173
},
174-
"pass": 445,
174+
"pass": 446,
175175
"sections": 99,
176176
"total": 446
177177
},

validation/STATS.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
*Generated by `tools/build_stats.py` from the committed validation records + the harness summary.*
44
*Do not hand-edit — every figure self-derives. Re-run `python tools/build_stats.py`.*
55

6-
**Harness:** 445/446 checks PASS across 99 oracle sections.
6+
**Harness:** 446/446 checks PASS across 99 oracle sections.
77
**External metamorphic oracle (§26):** recall 14/22 = 64% (Wilson95 LB 43%); metamorphic-FP **0** (the hard gate). Recall is INDICATIVE — §18 stays the headline.
88

99
## Mirror Test (core-output coverage vs the project's own docs)

0 commit comments

Comments
 (0)