Add adaptive raw top-gap retry loop (sprint 259)

This commit is contained in:
Bill
2026-02-26 16:33:19 -07:00
parent df0de8156b
commit ba1e0dc3e8
7 changed files with 141 additions and 1 deletions

11
sprint259_plan.md Normal file
View File

@@ -0,0 +1,11 @@
# Sprint 259 Plan: Adaptive Raw Top-Gap Retry Loop
## Goal
Automatically run a second intrinsic raw-generation attempt with expanded top-gap requirements when weighted raw search shows no uplift.
## Steps
- Step 2342: Add adaptive retry controls and retry signal budget.
- Step 2343: Trigger retry when weighted top-gap score does not improve baseline.
- Step 2344: Score retry result and apply if it improves fail count/top-gap score/task depth.
- Step 2345: Emit retry telemetry and artifacts in summary.
- Step 2346: Add `Sprint259IntegrationSummary.h` and execution tracker.