Add raw structural projector before candidate scoring (sprint 263)

This commit is contained in:
Bill
2026-02-26 16:59:28 -07:00
parent f534d7f0fa
commit fe85f1b515
8 changed files with 249 additions and 6 deletions

11
sprint263_plan.md Normal file
View File

@@ -0,0 +1,11 @@
# Sprint 263 Plan: Raw Structural Projector Before Scoring
## Goal
Add a deterministic structural projector for raw candidate tasks before scoring so intrinsic search evaluates schema-normalized candidates (without full post-hardening stage).
## Steps
- Step 2363: Add raw candidate structural projector tool.
- Step 2364: Apply projector to baseline/candidate/retry raw tasks before scoring.
- Step 2365: Emit structural projector telemetry in summary.
- Step 2366: Validate OFF/ON behavior on hard sample.
- Step 2367: Add `Sprint263IntegrationSummary.h` and execution tracker.