Category: operational_excellence Severity: critical
The self-hosted deployment guide (docs/self-hosted-deployment.md) references GET /api/health throughout — in Docker healthchecks, Kubernetes liveness/readiness probes, ECS healthchecks, and troubleshooting. There is no corresponding route at src/app/api/health/route.ts. Any self-hosted or containerized deployment will have non-functional health checks, causing orchestrators to mark pods unhealthy immediately.