Parallel Startup Prefetch

Description

On startup, main.tsx fires parallel side-effects BEFORE heavy module imports: MDM policy reads, Keychain prefetch, API preconnect, and feature-flag checks. This shaves cold-start latency by overlapping I/O with bundler module graph walks. Runs before Commander.js arg parsing.

Key claims

Relations

Sources

src-20260420-7ad70d8039bd src-20260420-37823422c4ac