Runbook¶
Use this page for the first-response workflow when something is broken.
Fast checks¶
Local backend¶
Cluster health¶
Logs¶
Questions to answer quickly¶
- Did the process start?
- Did dependency wiring succeed?
- Did Redis and PostgreSQL connect?
- Did the model client or tool layer fail?
- Did the event stream reach the UI?
Recovery mindset¶
Reduce scope first. Reproduce locally in monolith mode before debugging full cluster behavior unless the bug is explicitly deployment-specific.