f9a0125847
Phase 1 of startup_speedup_20260606 track is done. Tasks completed: T1.1 baseline benchmark ->6f9a3af2(docs/reports/startup_baseline_20260606.txt) T1.2 audit_gui2_imports.py ->6f9a3af2(scripts/ + audit results) T1.3 StartupProfiler ->5a856536(src/ + 5 tests) T1.4 audit_main_thread_imports ->6f9a3af2(scripts/ + 9 tests) T1.5 plan update -> this commit Baseline numbers (3-run median, from scripts/benchmark_imports.py): src.gui_2 1770ms (main-thread bottleneck) simulation.user_agent 1517ms google.genai 1001ms openai 482ms anthropic 441ms imgui_bundle 255ms (KEEP - ImGui hot path) src.theme_nerv_fx 254ms src.theme_nerv 246ms src.markdown_table 243ms src.command_palette 242ms Audit violations on current codebase: 67. These are the targets for Phases 3-5 (remove top-level heavy imports to fix each one). Next: Phase 2 (Job Pool + Warmup Foundation).