docs(account): fix stale transitional wiring NOTE in index.ts - #10020
Conversation
The header comment claimed the account app was "NOT yet wired into the dev/serve plugin set" — that boot-path switch has already landed. serve.ts loads it in the ADR-0048 platform-app loop (['@objectstack/account', 'createAccountAppPlugin']), and the boot path has been verified against a live `os dev` boot (transcript: objectstack-ai/objectos#94, comment 5329804967). Rewrite the stale clause and keep the ACCOUNT_APP import sentence, which is still true. Comment-only change, no executable line touched. Fixes #9696 Co-Authored-By: Claude Opus 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01PnJHU45vPJj5UQrxe946Bx
📓 Docs Drift Check1 anchor(s) derived from 1 changed package(s); no hand-written page names any of them. ✅ What this run could not seeCoarse fallback — 1 page(s) merely mention a changed package (the pre-#9192 predicate, kept for the deliberately-wide backstop): Which tree this was computed onThis run read A worktree cut from an older # while this PR is open — GitHub drops the merge commit once it closes
git fetch origin 436a08e075551d385c30d9f9bb9077426a079552 && git checkout 436a08e075551d385c30d9f9bb9077426a079552
# afterwards, rebuild it from the two parents, which stay fetchable
git fetch origin 43cd348a2f0b91ea1035c4c055fbed160bfb4aca 2705d5f8a66932a35abdcfe1f48ae44e112ffda4 && git checkout -B drift-repro 43cd348a2f0b91ea1035c4c055fbed160bfb4aca && git merge --no-ff 2705d5f8a66932a35abdcfe1f48ae44e112ffda4
node scripts/docs-audit/affected-docs.mjs --json 43cd348a2f0b91ea1035c4c055fbed160bfb4aca |
Fixes #9696
What
packages/apps/account/src/index.tscarried a transitional header NOTE claimingthe package was "NOT yet wired into the dev/serve plugin set." That boot-path
switch has already landed — this PR rewrites the stale half of the NOTE to
match reality, comment-only.
Evidence
packages/cli/src/commands/serve.ts:2293-2295loads@objectstack/accountin the ADR-0048 platform-app loop:
os devboot: a@objectstack/cli@17.0.0boot on a clean home lists@objectstack/accountamong the 30 loaded plugins — measured transcript in
quickstart.mdx sample
os startoutput does not match what CLI 17.0.0 prints, and the plugin count is wrong objectos#94, comment 5329804967.ACCOUNT_APPis still imported from@objectstack/platform-objects/apps— is still true and is kept verbatim.Scope
Comment-only diff, one file, no executable line changed:
Changeset
Comment-only change in a published package — no user-visible behavior change.
Rationale for
skip-changesetlabel (this repo's real mechanism; see PR #9918,PR #10017 for worked examples), applied to this PR rather than an empty
changeset file.
Tests
pnpm --filter @objectstack/account typecheck— pass, unchanged frommain(comment-only diff).
pnpm --filter @objectstack/account test— package has no test script(
build,typecheckonly); nothing to run.node scripts/pm/dispatch-gates.mjsagainst theactual diff (4 matched:
check:slot-lookup,check:test-source-alias,check:type-source-resolution,check-affected-docs.mjs) — all pass, seedev report for verdict lines.
Commit under review:
2705d5f8a.Generated by Claude Code
Generated by Claude Code