···7676// extracted from features/ into core app code (app/cmd/, app/hud/, app/page/).
7777// They're now loaded via initCmd() / initHud() / initPage() from their
7878// respective glue files, which run before feature loading.
7979-const CONSOLIDATED_EXTENSION_IDS = ['editor', 'groups', 'lex', 'lists', 'peeks', 'search', 'slides', 'spaces', 'websearch', 'windows', 'files', 'pagestream', 'sheets', 'tags', 'feeds', 'helpdocs', 'entities', 'scripts', 'timers', 'wonderwall'];
7979+const CONSOLIDATED_EXTENSION_IDS = ['editor', 'groups', 'lex', 'lists', 'peeks', 'search', 'slides', 'spaces', 'websearch', 'windows', 'files', 'pagestream', 'sheets', 'tags', 'feeds', 'entities', 'scripts', 'timers', 'wonderwall'];
80808181// Extensions that must load eagerly (not lazy) — needed at startup
8282const EAGER_EXTENSION_IDS = new Set(['entities']);
-1
docs/command-audit.md
···104104| groups | restore group | execute | lazy | works |
105105| groups | pin | execute | lazy | works |
106106| groups | unpin | execute | lazy | works |
107107-| helpdocs | help docs | execute | lazy | works |
108107| lex | lexicon studio | window | lazy | works — needs tile:window:open fix + settings.getKey |
109108| lex | lex | execute | lazy | works |
110109| lists | lists | execute | lazy | works |
-12
docs/feature-tour.md
···6746747. **Create Record** -- search for a lexicon, select it, and fill in an auto-generated form based on the schema. Toggle to "Raw JSON" mode for full control. Supports blob uploads for image fields.
6756758. Successfully created record types appear as sidebar shortcuts under the navigation. Click to jump back, or [x] to remove.
676676677677-### Help Docs (Easter Egg)
678678-679679-**Summary:** A hidden documentation overlay that shows animated help hints from screen edges. Disguised as "Help docs" in the extension system. Disabled by default.
680680-681681-**Where in UI:** Command palette.
682682-683683-**How to try it:**
684684-1. Type `help docs` in the command palette.
685685-2. A fullscreen transparent, click-through overlay appears with animated documentation hints.
686686-3. Type `help docs` again to toggle it off.
687687-688677### Example Gallery
689678690679**Summary:** A demonstration extension showcasing the Peek API -- feature detection, image handling, and storage patterns. Useful for developers building extensions.
···795784| `pagestream` | Open browsing history stream |
796785| `Sync now` | Trigger manual sync |
797786| `hud` | Toggle HUD overlay |
798798-| `help docs` | Toggle help docs overlay |
799787| `devtools` | Open DevTools for active window |
800788| `debug <url>` | Open URL with DevTools enabled |
801789| `open file` | Open a text file from disk |