35 lines
1.5 KiB
Markdown
35 lines
1.5 KiB
Markdown
# Sprint 235 Execution Tracker - 2026-02-26
|
|
|
|
## Scope
|
|
- `sprint235_plan.md`
|
|
|
|
## Implemented
|
|
|
|
Pipeline updates in `tools/mcp/run_sprint_taskitem_pipeline.sh`:
|
|
- Added `WSTONE_SEMANTIC_TASK_EXPANSION_MODE` (default `fallback_only`).
|
|
- Added native decomposition telemetry before semantic expansion:
|
|
- `native_task_count`
|
|
- `native_semantic_signal_count`
|
|
- Added fallback policy:
|
|
- `always`: always apply semantic expansion.
|
|
- `fallback_only`: apply only when native decomposition is shallow.
|
|
- Added explicit summary semantics for `semantic_task_expansion`:
|
|
- `enabled=true, fallback_applied=true` when semantic fallback expands tasks.
|
|
- `enabled=true, fallback_applied=false, skipped_reason=...` when enabled but skipped.
|
|
- `enabled=false, skipped_reason=semantic_expansion_disabled` when feature toggled off.
|
|
|
|
## Baseline Smoke
|
|
|
|
- fallback-only policy run (TEST_ONLY):
|
|
- `logs/taskitem_runs/TEST_ONLY_sprint235_policy_20260226_145007/00_summary.json`
|
|
- semantic expansion disabled-state run (TEST_ONLY):
|
|
- `logs/taskitem_runs/TEST_ONLY_sprint235_policy_20260226_145008/00_summary.json`
|
|
- prior mode comparison and rich-spec probes (TEST_ONLY):
|
|
- `logs/taskitem_runs/TEST_ONLY_sprint235_probe_20260226_144846/00_summary.json`
|
|
- `logs/taskitem_runs/TEST_ONLY_sprint235_probe_20260226_144854/00_summary.json`
|
|
- `logs/taskitem_runs/TEST_ONLY_sprint235_richspec_20260226_144902/00_summary.json`
|
|
|
|
## Explicit Completion Signal
|
|
|
|
- Sprint 235: `DONE` (implemented + integrated + smoke verified)
|