Backend Build Check
Overview
Confirm the backend still builds cleanly after backend updates. Prompt to run the build when work is wrapping up.
Workflow
- Detect trigger: backend files changed or user indicates a task/feature is finishing.
- Suggest running
npm run build:backendfrom repo root. - If the user agrees, run the command and report pass/fail.
- If it fails, summarize the top errors and ask how they want to proceed.
Notes
Only run tests when explicitly asked. Respect sandbox/network constraints; if build requires escalation, request approval.