From 7e4ba10c7abfdb0f7fc3603a479cc7e3aecf41b9 Mon Sep 17 00:00:00 2001 From: Shay Date: Mon, 22 Jun 2026 12:46:25 -0700 Subject: [PATCH] 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. --- docs/adr/ADR-0227-compute-budget-policy-envelope.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/docs/adr/ADR-0227-compute-budget-policy-envelope.md b/docs/adr/ADR-0227-compute-budget-policy-envelope.md index 10f7d145..b84133d8 100644 --- a/docs/adr/ADR-0227-compute-budget-policy-envelope.md +++ b/docs/adr/ADR-0227-compute-budget-policy-envelope.md @@ -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