1
Start at the bootstrap edge
These files explain runtime routing.
src/entrypoints/cli.tsxsrc/main.tsx
Reading Paths
These tracks are tuned for different goals: orientation, runtime internals, and platform-level extensibility.
Recommended route
Audience: Developers who want the big picture first
Goal: Understand what launches, what renders, and where commands and tools come from.
These files explain runtime routing.
src/entrypoints/cli.tsxsrc/main.tsxThis shows how the interactive surface is assembled.
src/replLauncher.tsxsrc/screens/REPL.tsxThis quickly reveals the capability surface.
src/commands.tssrc/tools.ts