Validation
Run checks relevant to the service you changed.
Common Repository Checks
node scripts/validate-env.jsnode scripts/license-audit.jsgit diff --checkMain App
cd services/dr-appnpm run prisma:generatenpm run buildnpm run lint may prompt if ESLint is not configured for the local environment.
Docker Build
docker compose build dr-app dr-video dr-event-hubDocs Site
cd services/dr-docsnpm run buildBefore Commit
git status --shortgit diff --checkgit ls-files --others --exclude-standardDo not stage secrets, runtime databases, recordings, logs, backups, generated build output, or local agent metadata.