ADR-0133's "What this record does not decide" item 1 asserted in the present
tense that "Opens on tab-0 Members" is "declared by none of its metadata", and
that the ordering is "either an emergent property of the renderer or a claim
that has gone stale". Both halves are false, and were already false on the day
they were written.
The tab strip is declared by an assigned Page, not by a field prominence key:
SysOrganizationDetailPage in packages/platform-objects/src/pages/sys-
organization.page.ts is a kind 'slotted', isDefault true record page for
sys_organization whose slots.tabs override carries exactly three
record:related_list tabs -- Members, Invitations, Teams, in that order -- and
plugin-auth hands it to the runtime. The contents API answers HTTP 200 for that
path at 7778115, the very commit the record cites (blob 2f56173, 4606 bytes;
lit control: a fabricated sibling path at the same ref answers Not Found).
The original reading is kept and labelled as the reading that was recorded,
with what corrected it beside it: the item records a real measurement whose
inference was wrong, and the transferable part is that the search was
exhaustive over the wrong space -- scoped to src/identity/ and to the
relatedList key, while the declaration lives one directory over in src/pages/,
written in a different vocabulary.
D3 carried the same assertion in one sentence ("The tab set and its ordering
are NOT declared by this repository"), pointing at the very item being
corrected. It is corrected in the same commit so the record does not contradict
itself.
Items 2, 3 and 4 of that section are byte-untouched. No code, no metadata, no
other ADR.
Co-authored-by: Claude <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01MkQhmuuJAVDjmeWNixwDDH
Fixes #16270
Why
Fixesand notPart of. This is the card's last residue. Its provenance half landed in PR #17750 (the three documents that asserted the tab strip now name the record that declares it); the seat's merge comment recorded that the card stayed open carrying exactly one correction — this ADR. With it landed, nothing of #16270 remains.docs/adr/**is a governed surface (AGENTS.md Prime Directive 14). ⛔ No seat flips it ready, enqueues it, or arms auto-merge; a human merge is the review record. That is the expected end state, not a problem to route around.What was wrong
ADR-0133's "What this record does not decide", item 1, asserted in the present tense that "Opens on tab-0 Members" is "declared by none of its metadata", and that the tab ordering is "either an emergent property of the renderer or a claim that has gone stale."
Both halves are false, and were already false on the day they were written.
The tab strip is declared metadata.
packages/platform-objects/src/pages/sys-organization.page.tsexportsSysOrganizationDetailPage—type: 'record',kind: 'slotted',isDefault: true, forsys_organization— whoseslots.tabsoverride carries exactly threerecord:related_listtabs:sys_membersys_invitationsys_teamplugin-auth hands it to the runtime —
auth-plugin.tsimports it and declarespages: [SysOrganizationDetailPage, SysUserDetailPage]. It is registered, not a dead export.It already existed at
77781151d, the very commit the ADR cites. The contents API for that path at that ref answers HTTP 200, blob2f56173ff2c84b1ee9fb3324577df71fd78d9b3b, 4606 bytes. Lit control: the same call for a fabricated sibling path at the same ref answers Not Found. So the 200 is a reading.Why a correct measurement produced a wrong conclusion
⭐ This is the reusable part, and it is what the correction carries. The ADR's two greps reproduce exactly on my own head, with their own lit control — they were never the error:
git grep -rn relatedList -- packages/platform-objects/src/identity/— the two hits on today's tree are the provenance comments PR docs(platform-objects): name the slotted page that declares the org record tab strip #17750 added; zero declarations, which is what the sentence claimed. Read the sites, not the count.packages/drivers/driver-sql/src/builtin-column-collision.tsstill hits, so the pattern matches something.relatedLayout— 7 hits, all prose (3 in ADR-0085, 1 here, 1 infield.zod.ts's doc comment, 2 in a SKILL.md). Zero object declarations.The search was exhaustive over the wrong space: scoped to
src/identity/and to therelatedListkey, while the declaration lives one directory over insrc/pages/, written in a different vocabulary — an assigned Page, not a field prominence key. A control proves a probe reaches; it cannot prove the probe is aimed at the right place..objectui-sha=53ded82bf7a494f54e344e19099dbf00854b8694, read withgit show, ⛔ nothing there edited):buildDefaultTabsseedsitems[0]with{ label: 'Details', value: 'details', … }unconditionally, so a promoted related list could never be tab-0.buildDefaultPageSchemanever calls it at all when an assigned page supplies atabsslot:if ('tabs' in slots && slots.tabs !== undefined) { components.push(...toNodeArray(slots.tabs)); }.⇒ adding
relatedList: 'primary'would have been inert on this page, not corrective. "An emergent property of the renderer" is not merely unproven; it is measurably not what happens.Item disposition — it STAYS, as a corrected residue
Asked to choose whether the item stays in "What this record does not decide" or moves. It stays, for three reasons:
The item now reads: recorded reading → what corrected it → what the measurement missed → why neither branch was available → the unchanged disposition.
The dispatch fenced this round to item 1. A whole-file sweep found the same falsehood at a second site, and I corrected it too rather than leave a governed record contradicting itself one section away:
That sentence is D3's pointer into the very item being corrected. Leaving it would have made the ADR assert the falsehood in its decision section while refuting it in its residue section. It is corrected minimally: the "not declared" clause is replaced with the declaring record and its registration, the true half ("this record does not decide them") is kept word for word, and the pointer is kept.
This is the bounded in-place fix, and all four conditions were measured before taking it: ① same defect class as the card; ② mechanical, in a form already pinned by item 1's correction; ③ no other claim holds this file — all 16 open PRs were enumerated and their file lists read; two touch
docs/adr/, namely PR #17776 (ADR-0087) and PR #17756 (ADR-0025), and zero touch ADR-0133; ④ same gate family, no new verification surface.⭐ The sweep that found it is the same discipline this card is about:
NOT declared→ 1,declared by none→ 1,emergent→ 1,tab order→ 2, on a whitespace-flattened, indent-stripped stream. Exactly two sites; both corrected.⛔ Items 2, 3 and 4 of that section are byte-untouched (they appear in the diff only as context lines). No code, no metadata, no other ADR, nothing under
content/docs/releases/.Verification
relatedList→ 2 on the same stream as the lit control proving the probe reaches.declared by none of its metadataemergent property of the rendererno object in ... declares the relatedList prominence keyrelatedListOn-disk proof of the edit (⛔ not the editor's exit code): replaced text → 0 occurrences each; injected text → present each; the preserved original reading → still 1 each;
relatedLayout→ 1 as the control on the same after-stream.Gates — all run with the exit code captured BEFORE any pipe (
cmd > file 2>&1; EXIT=$?), the set derived bynode scripts/pm/dispatch-gates.mjs --commands --repo objectstack-ai/objectstack(18 commands; the stderr provenance line names this repo and commit310760d225):check-adr-symbol-anchors(+--self-test)check-adr-links(+--self-test)check:adr-anchorscheck:doc-authoringcheck:nul-bytescheck:pm-governed-mergescheck-closing-keyword-parity(+--self-test)check-ci-filter-paritycheck-comment-mask-corpuscheck:cross-package-test-inputscheck:driver-memory-census·check:refd-timer-probe·check:watch-hint-literalreport-test-timings --self-test⭐ The new anchors are genuinely checked — proven by ablation, not by the green.
check-adr-symbol-anchorspasses 2079 anchors across 139 records. Renaming the symbol inside my new anchor on disk drove it to exit 1 with[unresolved-symbol]at both new sites; restoring reproduced the file byte-identical (git hash-objecte085c37a…before and after, with atrap … EXIT INT TERMand absolute paths), and the gate returned to exit 0. On-disk proof preceded reading any result: injected marker → 2, original spelling → 0.objectui:anchors are only judged when a checkout is available. Default run: 27 cross-repo anchors reported-not-judged. WithOBJECTUI_CHECKOUT=/home/user/objectui: skipped drops to 11 and mine are not among them ⇒ judged and resolved. Both symbols were independently confirmed at the pinned sha withgit show.⛔ One gate was NOT MEASURED at first and is now measured.
check:doc-formula-expressionsreturned exit 3 — PREREQUISITE NOT MET (@objectstack/formulaand@objectstack/lintnot built). Exit 3 is not a failure and ⛔ never counts inside a green tally. My file is in its corpus (ROOTSincludesdocs;docs/adris not inSKIP_PATHS), so the prerequisite was satisfied and the gate re-run rather than waived.Repo-wide scans are CI's. No local narrowing is claimed for them.
Changeset —
skip-changeset, and this is why⛔ Measured, not assumed.
docs/adr/0133-org-management-open-basics.mdresolves to no owning package at all — it sits outside every package directory, so nofiles[]can reach it.files[]). The union of everyfiles[]entry isCHANGELOG.md | README.md | api-surface | dist | json-schema | liveness | llms.txt | prompts | spec-changes.json | src/**/*.zod.ts. Entries namingdocs/adror escaping the package dir with..: 0.docs/adr/; none is nested inside a package.git grep docs/adrover everypackage.json, the tsup configs andturbo.json→ no hits, exit 1. Lit control on the same probe space:distin those samepackage.jsonfiles → hits, exit 0. So the zero is a reading.packages/platform-objects/README.md→ directfiles[]hit true.packages/platform-objects/src/identity/invite-entry-toolbar.test.ts→ directfiles[]hit false.⇒ nothing published moves, so⚠️ Note for whoever lands this: the size-labeler's whole-set
skip-changesetapplies — the label's own documented case inlint.ymlis a PR that releases nothing.PUThas erased a seat-appliedskip-changesetbefore; the label was applied additively and read back.⭐ Deliberately the opposite call from PR #17750 on the same card, and both are right — because both were measured. There, a comment-only diff moved published bytes (the new text appeared 4 times inside
packages/platform-objects/dist), so a changeset was owed. Here the file cannot reach a tarball at all.维护者速读(草稿)
改了什么 — ADR-0133「本记录不决定什么」第 1 条,以及 D3 里指向该条的那一句。原文用现在时断言「组织记录页开在 tab-0 Members」这件事「没有任何元数据声明它」,并推论 tab 顺序要么是「渲染器的涌现属性」,要么是「已经过时的说法」。两半都是假的,而且写下它的那天就已经是假的。
为什么改 — tab 条本来就是声明出来的:
SysOrganizationDetailPage是sys_organization的 slotted 记录页,slots.tabs里正好三个 related_list —— Members、Invitations、Teams,顺序如此,由 plugin-auth 注册进运行时。它在 ADR 自己引用的那个 commit77781151d上就已经存在(HTTP 200,带「伪造路径回 Not Found」的对照)。⭐ ADR 的测量是对的,推论是错的:搜索被限定在src/identity/和relatedList这个键上,而声明在隔壁src/pages/,用的是另一套词汇 —— 一次「把错误的空间穷尽搜索」必然回一个理直气壮的零。这条教训是本次修正真正要留下的东西。原读数没有删,原样保留并标注是什么推翻了它。风险与代价(含回滚) — 风险很低:改的是散文,不动任何代码、元数据或其他 ADR;第 2、3、4 条逐字节未动。新引用全部是受门禁校验的符号锚,并用消融证明了它们真的会变红(改名后 exit 1,还原后字节一致、exit 0)。⛔ 不发布任何东西,因此⚠️ 需要您注意的只有一处:派发把范围钉在第 1 条,我按「有界就地修」把 D3 里同一句假话也改了 —— 否则同一份受管记录会在决策节说 A、在残留节说非 A。若您认为不该扩,删掉 D3 那一段即可,第 1 条的修正独立成立。
skip-changeset(已实测,带正负对照)。回滚 = 直接 revert 这一个 commit,单文件,无下游依赖。席位意见 — (留空,待席位补)
你要做的 — 这是受管面,按 Prime Directive 14,只有您手工合并;⛔ 任何 AI 席位都不会把它翻 ready、不入队、不挂 auto-merge。请确认两件事:① D3 的那处扩范围要不要保留;② 第 1 条留在「本记录不决定什么」作为「已更正的残留」是否合您的意 —— 我给的理由是:该条的处置本身没错(本记录确实不决定 tab 顺序),错的是它给出的理由,所以位置不动、理由更正。
验收备注
docs/qa/platform-checklist/runs/里仍然只有README.md,identity-auth.org-membership-team-management(P1)从未对真实 console 执行过。它的 tab 断言是从 cloud ADR-0081 写出来的,没有被观察过。这是清单计划自己的 backlog,不是本树的缺陷。承接者: checklist-test lane / 下一次 platform-checklist 运行。/organizations/:slug(OrganizationLayout.tsx),tabs 是 Members / Invitations / Settings,没有 Teams,且确实 index-redirect 到 members。任何靠点界面来复测本卡的人都可能落到那个界面,然后在任一方向上得出一个很自信的错误答案。承接者: 本节本身 —— 下一个读这些文档的人在这里遇到它;PR docs(platform-objects): name the slotted page that declares the org record tab strip #17750 的验收备注已记过一次,这里是它在受管记录这一侧的对应位置。Proposed (2026-09-06),等待维护者手工合并这一「受管面的接受动作」。本 PR 不动状态行 —— 那是维护者的动作,不是更正的一部分。承接者: 维护者,在合并本 PR 时一并判断。🤖 Generated with Claude Code
https://claude.ai/code/session_01MkQhmuuJAVDjmeWNixwDDH
Generated by Claude Code