Add native decomposition quality gate to pipeline (sprint 238)

This commit is contained in:
Bill
2026-02-26 14:54:15 -07:00
parent 7b33aeb24b
commit 5eaaa7cc56
7 changed files with 102 additions and 2 deletions

11
sprint238_plan.md Normal file
View File

@@ -0,0 +1,11 @@
# Sprint 238 Plan: Native Decomposition Quality Gate
## Goal
Detect and optionally block weak native decomposition before semantic fallback hides generation deficiencies.
## Steps
- Step 2233: Add native decomposition gate packet to pipeline summary.
- Step 2234: Support configurable minimum native task count and semantic signal count.
- Step 2235: Add optional hard-fail mode for gate violations.
- Step 2236: Persist gate artifact for every pipeline run.
- Step 2237: Add `Sprint238IntegrationSummary.h` and execution tracker.