Add semantic fallback gap audit and budget gate (sprints 236-237)

This commit is contained in:
Bill
2026-02-26 14:53:07 -07:00
parent 3de32bc3d1
commit 7b33aeb24b
12 changed files with 419 additions and 1 deletions

View File

@@ -0,0 +1,26 @@
# Sprint 237 Execution Tracker - 2026-02-26
## Scope
- `sprint237_plan.md`
## Implemented
- Added gate checker:
- `tools/mcp/check_semantic_fallback_budget.py`
- Added wrapper for audit+gate:
- `tools/mcp/run_semantic_fallback_budget_gate.sh`
- Added policy controls:
- `WSTONE_SEMANTIC_MAX_FALLBACK_RATE` (default `0.35`)
- `WSTONE_SEMANTIC_FALLBACK_MIN_RECORDS` (default `5`)
- `WSTONE_SEMANTIC_FALLBACK_INCLUDE_GLOB` (run selection)
## Baseline Gate Artifacts
- expected fail (strict budget):
- `logs/taskitem_runs/TEST_ONLY_sprint237_semantic_fallback_gate_fail_20260226/semantic_fallback_budget_gate.json`
- expected pass (relaxed budget):
- `logs/taskitem_runs/TEST_ONLY_sprint237_semantic_fallback_gate_pass_20260226/semantic_fallback_budget_gate.json`
## Explicit Completion Signal
- Sprint 237: `DONE` (implemented + pass/fail gate smoke verified)