Add single-shot profile shaping closure path (sprint 247)

This commit is contained in:
Bill
2026-02-26 15:33:36 -07:00
parent daf9d9b8c4
commit dfb10ea40f
8 changed files with 194 additions and 2 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 `sprint246_plan.md`
- `sprint232_plan.md` to `sprint247_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:
@@ -193,3 +193,7 @@ Planning runtime controls (active):
- `WSTONE_NATIVE_MULTISHOT_MAX_PROFILES`
- `WSTONE_NATIVE_MULTISHOT_APPLY_MODE`
- `native_multishot`
- single-shot profile shaping path can close profile coverage without multishot:
- `WSTONE_NATIVE_SINGLESHOT_PROFILE_SHAPE`
- `tools/mcp/synthesize_single_shot_profile_shape_tasks.py`
- `native_single_shot_profile_shape`