Skip to content

Commit 61a951c

Browse files
committed
fix(core): keep tracker ids out of the admin-standing surface's runtime prose
`check:doc-authoring` reds on an internal issue id inside a customer-facing string, and the posture qualifier added two. The sentence says the same thing without them. Co-Authored-By: Claude <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_019hBqDVrwbijUCoK9qsss2E
1 parent 580cf6d commit 61a951c

1 file changed

Lines changed: 5 additions & 6 deletions

File tree

packages/core/src/security/admin-standing-surface.ts

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -134,12 +134,11 @@ export const ADMIN_STANDING_SURFACE: Readonly<Record<string, AdminStandingTable>
134134
'The grant that makes a user a platform admin UNDER A NON-WALLED POSTURE: an UNSCOPED, '
135135
+ 'in-window (ADR-0091) grant of `admin_full_access` (§6b). Re-pointing it, scoping it to an '
136136
+ 'organization or moving it out of its window revokes the standing while leaving the row in '
137-
+ 'place. ⚠️ Under a WALLED posture (`group`/`isolated`) it confers NOTHING since #11663 L5 '
138-
+ 'retired the walled half of the legacy anchor: there, standing comes from '
139-
+ '`OS_PLATFORM_OWNER_EMAIL` (§6b-config) and from nothing else, and this row is read only '
140-
+ 'for the permission set it names. Under `single` — the default — the row is unchanged and '
141-
+ 'still the anchor that rig\'s zero-config first-user promotion mints (Choice 4A; #11979 '
142-
+ 'is the card that disposes of it).',
137+
+ 'place. ⚠️ Under a WALLED posture (`group`/`isolated`) it confers NOTHING: the walled half '
138+
+ 'of this legacy anchor is retired, so standing there comes from `OS_PLATFORM_OWNER_EMAIL` '
139+
+ '(§6b-config) and from nothing else, and this row is read only for the permission set it '
140+
+ 'names. Under `single` — the default — the row is unchanged and still the anchor that '
141+
+ "rig's zero-config first-user promotion mints.",
143142
columns: [
144143
'user_id',
145144
'permission_set_id',

0 commit comments

Comments
 (0)