Functions§
- run
- Entry point: parse CLI, load config, run analysis, check gates. Composition root: parse args, then run an early mode or the full analysis. Integration: arg parse + mode dispatch (early-exit branches live in closures so this stays pure orchestration).