Incidents & Retrospectives
This section collects incident writeups and engineering retrospectives whose value is the diagnosis path, tradeoff, or post-fix operating model.
Use Troubleshooting for repeatable symptom-driven guides. Use this section when the important part is the story of what changed, why the first approach failed, and what invariant should survive future work.
Sections
| Section | Use for |
|---|---|
| Backend | Backend incidents, migrations, data correctness, messaging, and API contract retrospectives. |
| Frontend | Frontend runtime, rendering, dependency, and local-development architecture retrospectives. |
| Worker | Worker service runtime, queue, rendering, and generated-artifact retrospectives. |
| Infrastructure GitOps | ArgoCD, CI/CD, registry, repository hosting, and GitOps control-plane retrospectives. |
| Infrastructure Platform | Storage, observability, access, and platform service retrospectives. |
| API Contracts | Cross-repo contract governance and generated client/server alignment. |