2026-07-30 03:13:49 +08:00
# boot/ — shared app-bin boot glue
English | [中文 ](README.zh.md )
2026-08-11 14:20:53 +08:00
The channel-neutral boot library shared by `apps/cli` and the [`examples/` ](../examples/README.md ) demo bins.
2026-07-30 03:13:49 +08:00
| Package | Role | ctx key |
|---|---|---|
| `app-boot/` | Shared boot glue for the app bins: `.env` loading, fail-loud Loader guards, snapshot-aware config resolution, the settle-the-tree boot sequence | (library for the bins) |
2026-08-10 20:49:40 +08:00
| `cmdline/` | Launcher-to-app command-line handoff and app-owned startup parsing | `cmdlineArgs` , `appExit` |
2026-08-02 05:54:15 +08:00
2026-08-06 20:52:26 +08:00
The boot sequence and personal-config contract are documented in [`app-boot/README.md` ](app-boot/README.md ); app-owned command lines are documented in [`cmdline/README.md` ](cmdline/README.md ).