Commit f8afa0b
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
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
14 | 14 | | |
15 | 15 | | |
16 | 16 | | |
17 | | - | |
18 | | - | |
19 | | - | |
| 17 | + | |
| 18 | + | |
| 19 | + | |
| 20 | + | |
| 21 | + | |
| 22 | + | |
20 | 23 | | |
21 | 24 | | |
22 | 25 | | |
| |||
0 commit comments