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

View File

@@ -0,0 +1,6 @@
#pragma once
// Sprint 248 integration summary:
// - Added raw candidate search over multiple profile-guided generation variants.
// - Selection chooses best raw variant by profile-failure score then task count.
// - On current hard sample, no raw-variant uplift was observed.

View File

@@ -0,0 +1,6 @@
#pragma once
// Sprint 249 integration summary:
// - Added no-uplift guardrail for raw candidate search mode.
// - Raw search now records baseline and best profile-failure metrics.
// - Optional hard-fail mode blocks runs when raw search provides no uplift.