Merge pull request #861 from AssetOverflow/docs/ratify-adr-0225-contract-residual-read-model
docs(kernel): ratify ADR-0225 ContractResidual read-model
This commit is contained in:
commit
ae37845b92
1 changed files with 9 additions and 1 deletions
|
|
@ -1,9 +1,17 @@
|
|||
# ADR-0225: ContractResidual Read-Model
|
||||
|
||||
**Status:** Proposed
|
||||
**Status:** Accepted
|
||||
**Author:** Antigravity
|
||||
**Date:** 2026-06-22
|
||||
|
||||
## Ratification note
|
||||
|
||||
Accepted for implementation after #860 review.
|
||||
|
||||
This ADR authorizes exactly one diagnostic-only implementation PR for the `ContractResidual` projection over existing `ContractAssessment` outputs.
|
||||
|
||||
The authorization does not include SearchGate, ComputeBudgetPolicy, GeometricSearchRun, Workbench implementation, serving behavior, teaching/proposal/report/eval mutation, or runtime repair. Those remain separately gated by future ADRs/PRs.
|
||||
|
||||
## Context
|
||||
|
||||
CORE has introduced a proposal-first diagnostic construction pipeline for representing mathematical word problems and relations within the semantic substrate. In this architecture:
|
||||
|
|
|
|||
Loading…
Reference in a new issue