Boot Sequence: How a CLI Becomes a Runtime Host
How cli.tsx, main.tsx, and replLauncher.tsx assemble a governed agent session — from startup signal handlers to first REPL render. Includes the T+0/2/137/150ms startup timeline and side-effect hoisting.
src/ ├── cli.tsx ├── main.tsx ├── entrypoints/ │ └── init.ts ├── setup.ts └── replLauncher.tsx