From b57c1cc47c5dcf0480d4de3fec9765d9e2c8d7fc Mon Sep 17 00:00:00 2001 From: Kit Langton Date: Fri, 14 Aug 2026 23:36:15 -0400 Subject: [PATCH] docs: align v2 specification index --- specs/v2/README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/specs/v2/README.md b/specs/v2/README.md index 9bc404bc35d..00efd9913d7 100644 --- a/specs/v2/README.md +++ b/specs/v2/README.md @@ -25,13 +25,13 @@ Generated clients follow the assembled public `HttpApi`. GitHub issues own activ | [Session](./session.md) | Explain prompt admission, execution, instructions, compaction, and recovery boundaries. | | [Tools](./tools.md) | Explain tool construction, registration, execution, and outcome laws. | -## Decisions And Proposals +## Decision Records | Document | Status | Job | | ----------------------------------------------------------------- | -------------------------- | --------------------------------------------------------------------------- | | [Event stream](./event-stream-architecture.md) | Accepted and implemented | Record why public events use one encoded feed with independent queues. | | [Managed restart continuation](./session-restart-continuation.md) | Superseded decision record | Preserve the graceful-only design replaced by write-ahead execution claims. | -| [Provider policy](./provider-policy.md) | Proposed and unimplemented | Explore provider authorization independently from provider configuration. | +| [Provider policy](./provider-policy.md) | Accepted and implemented | Record provider authorization independently from provider configuration. | ## Historical Context