Context

First run of a session has cold-start latency as agents load context.

Decision

Introduce a Tier0 pre-warm step: inject cached project context before first agent call to reduce TTFT.

Consequences

Reduces first-run latency by ~40% in tests. Increases session startup cost. Pending benchmarks.

← ADR-008ADR-010