AI Lab - DevOps Intelligence
AI Build Failure Explainer
Paste a build error and get a deterministic root-cause class plus a practical recovery runbook.
Classification
unknown
- Extract the first concrete stack trace line and isolate the earliest root cause.
- Run npm run lint:check, npm run type-check, and npm run build for reproducibility.
- Check recent commits touching the failing area and diff for regressions.
- Apply smallest safe fix, then verify full build and route health checks.