docs(kernel): ratify diagnostic ComputeBudgetPolicy envelope
Ratifies ADR-0227 and authorizes exactly one next implementation PR: diagnostic-only ComputeBudgetDecision. No ComputeBudgetDecision implementation, GeometricSearchRun, search execution, candidate generation, repair, Workbench, runtime/serving behavior, teaching/proposal/report/eval mutation, answer production, or unreviewed artifact mutation is authorized.
This commit is contained in:
parent
f3dad63907
commit
7e4ba10c7a
1 changed files with 9 additions and 1 deletions
|
|
@ -1,6 +1,6 @@
|
|||
# ADR-0227: ComputeBudgetPolicy Envelope
|
||||
|
||||
**Status:** Proposed
|
||||
**Status:** Accepted
|
||||
|
||||
**Date:** 2026-06-22
|
||||
|
||||
|
|
@ -8,6 +8,14 @@
|
|||
|
||||
**Depends on:** ADR-0226 and PR #865
|
||||
|
||||
## Ratification note
|
||||
|
||||
Accepted for staged implementation.
|
||||
|
||||
This ADR authorizes exactly one next implementation PR: a diagnostic-only `ComputeBudgetDecision` read adapter over `SearchGateDecision`.
|
||||
|
||||
This authorization does not include `GeometricSearchRun`, search execution, candidate generation, repair, Workbench implementation, serving/runtime behavior, teaching/proposal/report/eval mutation, answer production, or any unreviewed artifact mutation. Those remain separately gated by future PRs.
|
||||
|
||||
---
|
||||
|
||||
## 1. Summary
|
||||
|
|
|
|||
Loading…
Reference in a new issue