Quick checks Run linter: bun run lint Run tests: bun run test Run full local CI (lint + typecheck + tests + build): bun run ci:local Before commit/push: run bun run ci:local and fix failures.