Add richer raw variants and history-aware ladder routing (sprints 251-252)

This commit is contained in:
Bill
2026-02-26 15:46:11 -07:00
parent 2c422fedda
commit 28b29dfd30
13 changed files with 368 additions and 17 deletions

View File

@@ -150,7 +150,7 @@ Parallel planning tranche (active):
- `logs/taskitem_runs/TEST_ONLY_spec_planning_baseline_20260226/deterministic_spec_readiness.json`
Planning runtime controls (active):
- `sprint232_plan.md` to `sprint250_plan.md`
- `sprint232_plan.md` to `sprint252_plan.md`
- semantic bridge + intake augmentation + requirement injection + expansion gating are wired into:
- `tools/mcp/run_sprint_taskitem_pipeline.sh`
- current policy default is native-first semantic fallback:
@@ -204,3 +204,6 @@ Planning runtime controls (active):
- `tools/mcp/score_native_tasks_profile_coverage.py`
- closure ladder can select the minimal passing strategy automatically:
- `tools/mcp/run_native_profile_closure_ladder.sh`
- closure ladder can route around historically ineffective raw-only mode:
- `tools/mcp/analyze_raw_candidate_uplift_history.py`
- `WSTONE_CLOSURE_LADDER_SKIP_RAW_WHEN_NO_UPLIFT`