From 961fc71d293d7fbfc70c98c4e0a990009f5a3fd1 Mon Sep 17 00:00:00 2001 From: Claude Date: Thu, 13 Aug 2026 13:08:45 +0000 Subject: [PATCH] fix(devx): re-point authorization.mdx's ADR-0094 D5 cite to ADR-0066 D1 ADR-0094 D5 is RETIRED and never discussed capability declaration or managed_by-guessing back-doors in the first place; the claim being made ("retire the implicit managed_by-guessing back-doors in favour of explicit, attributable declarations") is ADR-0066 D1's own direction. Part of #8386 Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_01Jqe56GnYFddggeAyfkZFVz --- content/docs/permissions/authorization.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/content/docs/permissions/authorization.mdx b/content/docs/permissions/authorization.mdx index 0d7c3236c7..771ca0f191 100644 --- a/content/docs/permissions/authorization.mdx +++ b/content/docs/permissions/authorization.mdx @@ -187,7 +187,7 @@ in `systemPermissions[]`. That derivation still runs for back-compat (a reference with no declaration keeps resolving as a `managed_by:'platform'` placeholder), but an explicit `defineCapability` takes precedence and — for a pre-existing derived placeholder — **claims** it, upgrading the row to package -provenance with the authored label/description/scope. This is the ADR-0094 D5 +provenance with the authored label/description/scope. This is the ADR-0066 D1 direction: retire the implicit `managed_by`-guessing back-doors in favour of explicit, attributable declarations.