Add raw candidate search scoring and no-uplift guardrail (sprints 248-249)

This commit is contained in:
Bill
2026-02-26 15:41:20 -07:00
parent dfb10ea40f
commit 8e0018ef80
11 changed files with 328 additions and 2 deletions

11
sprint248_plan.md Normal file
View File

@@ -0,0 +1,11 @@
# Sprint 248 Plan: Raw Generator Candidate Search (No Overlays)
## Goal
Probe whether raw generator outputs can be improved without shaping/autofill/multishot by searching multiple profile-guided requirement variants and selecting the best raw candidate.
## Steps
- Step 2285: Add raw task-set profile coverage scoring tool.
- Step 2286: Add optional raw candidate search path in pipeline.
- Step 2287: Generate and score multiple raw generation variants.
- Step 2288: Select best raw variant by failing-profile score and task count.
- Step 2289: Add `Sprint248IntegrationSummary.h` and execution tracker.