Add richer raw variants and history-aware ladder routing (sprints 251-252)

This commit is contained in:
Bill
2026-02-26 15:46:11 -07:00
parent 2c422fedda
commit 28b29dfd30
13 changed files with 368 additions and 17 deletions

View File

@@ -0,0 +1,6 @@
#pragma once
// Sprint 251 integration summary:
// - Added richer raw variant synthesis for candidate search.
// - Raw candidate search now consumes profile-bundle variants rather than single requirement slices.
// - Hard sample still shows no raw-only uplift; selected candidate remains baseline.

View File

@@ -0,0 +1,6 @@
#pragma once
// Sprint 252 integration summary:
// - Added raw uplift history analyzer for closure ladder policy routing.
// - Closure ladder can skip raw-only mode when historical uplift is weak.
// - Policy behavior is configurable via threshold and minimum-record controls.