Add raw score/gate parity packet and enforcement (sprint 265)

This commit is contained in:
Bill
2026-02-26 17:04:24 -07:00
parent bfe44cd6d8
commit 597fe4eded
7 changed files with 92 additions and 1 deletions

View File

@@ -556,3 +556,15 @@
- `best_failing_profile_count=0`
- `native_impact_coverage.failing_profile_count=0`
- scorer and gate are aligned.
## Sprint 265 Added (Same Day)
- Added explicit score/gate parity telemetry + enforcement:
- `WSTONE_NATIVE_RAW_SCORE_GATE_PARITY_ENFORCE`
- summary packet:
- `native_raw_score_gate_parity`
- Dated validation artifact:
- `logs/taskitem_runs/01a_fallback_intake_spec_20260226_170301/00_summary.json`
- Current measured result on hard sample:
- parity packet reports `pass=true`
- enforcement enabled and run succeeds (`rc=0`).