summaryrefslogtreecommitdiffstats
path: root/CLAUDE.md
diff options
context:
space:
mode:
Diffstat (limited to 'CLAUDE.md')
-rw-r--r--CLAUDE.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/CLAUDE.md b/CLAUDE.md
index 7db6540..19381cb 100644
--- a/CLAUDE.md
+++ b/CLAUDE.md
@@ -920,7 +920,7 @@ here are kept only where they are a rule about *editing* the code.
|---|---|---|
| Routing and every non-group page | `app.js` | |
| Group shell, index, tabs, modals | `group-page.js` | §9.1 |
-| Application registry | `apps.js` | §9.4 — one entry per application |
+| Application registry | `apps.js` | §9.4 — one entry per application, its component loaded on first use through `lazy.js` |
| Applications | `chat-app.js`, `files-app.js`, `video-app.js`, `music-app.js`, `photos-app.js` (+ `*-app-settings.js`) | §9.5–§9.9 |
| Shared settings widgets | `settings-ui.js`, `folder-tree.js` | **A pane must not import `group-settings.js`** — that is an import cycle, and it fails as a component that silently does not render |
| Transport, handshake, device hello, roster verify | `transport.js` | §5.2, §3.3 |