Add first-pass profile autofill closure path (sprint 244)

This commit is contained in:
Bill
2026-02-26 15:17:56 -07:00
parent 050fee9480
commit b68f7edc84
8 changed files with 261 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 `sprint243_plan.md`
- `sprint232_plan.md` to `sprint244_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:
@@ -181,3 +181,7 @@ Planning runtime controls (active):
- remediation loop can also synthesize and inject profile-specific task bundles:
- `WSTONE_EXTRA_TASKS_FILE`
- `tools/mcp/synthesize_native_impact_remediation_tasks.py`
- first-pass pipeline can synthesize profile autofill task bundles without external loop:
- `WSTONE_NATIVE_PROFILE_AUTOFILL`
- `WSTONE_NATIVE_PROFILE_AUTOFILL_MAX_TASKS`
- `tools/mcp/synthesize_native_profile_autofill_tasks.py`