Skip to content

Commit f8afa0b

Browse files
os-warrenclaude
andauthored
docs(account): fix stale transitional wiring NOTE in index.ts (#10020)
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 Claude-Session: https://claude.ai/code/session_01PnJHU45vPJj5UQrxe946Bx Co-authored-by: Claude <noreply@anthropic.com>
1 parent f1f5a62 commit f8afa0b

1 file changed

Lines changed: 6 additions & 3 deletions

File tree

packages/apps/account/src/index.ts

Lines changed: 6 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,12 @@
1414
* account app.)
1515
*
1616
* NOTE (transitional): `ACCOUNT_APP` is still imported from
17-
* `@objectstack/platform-objects/apps`, and this package is NOT yet wired into
18-
* the dev/serve plugin set — that boot-path switch lands separately so it can
19-
* be verified against a live `os dev` boot.
17+
* `@objectstack/platform-objects/apps`. The package IS wired into the
18+
* dev/serve plugin set — `packages/cli/src/commands/serve.ts` loads it via
19+
* the ADR-0048 platform-app loop (`['@objectstack/account',
20+
* 'createAccountAppPlugin']`) — and that boot path has been verified against
21+
* a live `os dev` boot (transcript: objectstack-ai/objectos#94, comment
22+
* 5329804967).
2023
*/
2124

2225
import { ACCOUNT_APP } from '@objectstack/platform-objects/apps';

0 commit comments

Comments
 (0)