Operations
Production health
Liveness and readiness are separate. A process can serve HTTP while a required production dependency is degraded.
/api/health/live
Deployment liveness probe with a validated commitSha when the platform supplies one.
/api/health
Secret-free readiness checks plus the validated active commitSha; missing or invalid deployment identity remains null.
Live smoke
Strict by default; any degraded production dependency fails.
CI-local smoke
Explicit profile for disposable dependencies only; never a live-production shortcut.