Integrate chunk validation retries

This commit is contained in:
2026-08-27 00:35:37 +00:00
parent b487d93186
commit 29872b2e28
7 changed files with 221 additions and 75 deletions

View File

@@ -162,6 +162,13 @@ settles the semantic policy immediately. Structural-output errors alone use the
structural policy, and validation failure without rejection settles the
validator-failure policy without regenerating the producer.
Chunk planning uses this state machine for generated plans. A rejected
automatic cache hit is not model material and therefore falls through to a
fresh initial generation; it neither receives a correction nor overwrites the
stored record. Only a newly generated, completely validated plan is published
to the chunk-plan store. Rejected plans never advance, and validation-incomplete
plans remain unpublishable.
After terminal lane work, the runner assembles manifest provenance, normalized
artifacts, rejections, warnings, and an optional accepted chunk map. When an
output policy selected evidence lanes, it decodes accepted serialized normalize

View File

@@ -515,7 +515,7 @@ machine used by later stage integrations.
One tested state machine owns attempt budgets and disposition, but no stage is
partially migrated. This stage is one Terra prompt.
## Stage 11 — Integrate Chunk Validation And Correction
## Stage 11 — Integrate Chunk Validation And Correction
### Goal