Implement sprint 235 native-first semantic expansion policy
This commit is contained in:
12
sprint235_plan.md
Normal file
12
sprint235_plan.md
Normal file
@@ -0,0 +1,12 @@
|
||||
# Sprint 235 Plan: Native-First Semantic Expansion Policy
|
||||
|
||||
## Goal
|
||||
Prevent semantic task expansion from overriding already-strong native decomposition while preserving deterministic fallback for underspecified outputs.
|
||||
|
||||
## Steps
|
||||
- Step 2217: Add semantic expansion policy mode (`always` vs `fallback_only`).
|
||||
- Step 2218: Compute native decomposition signals before semantic expansion.
|
||||
- Step 2219: Apply expansion only when native decomposition is too shallow under `fallback_only`.
|
||||
- Step 2220: Emit expansion telemetry with fallback decision metadata.
|
||||
- Step 2221: Distinguish "feature disabled" from "enabled but skipped" in summary output.
|
||||
- Step 2222: Add `Sprint235IntegrationSummary.h` and execution tracker.
|
||||
Reference in New Issue
Block a user