Core documentation

11. The host supplies before-state for incremental evaluation

Specification metadata
adr: 11
title: The host supplies before-state for incremental evaluation
status: accepted
date: 2026-06-16

§Context

introduced is after \ before by fingerprint, which implies evaluating both states — O(2×) on every gate call, punishing for wrapped tools with no incremental API (review SI-4). The incremental capability existed but had no mechanism.

§Decision

judge/evaluate MAY carry priorDiagnostics: the host-cached before-state findings for the changeset’s before blobs.

§Consequences