diff --git a/CLAUDE.md b/CLAUDE.md index f9c903893..344d032fa 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -83,8 +83,14 @@ Quality: pnpm run build pnpm run type-check pnpm run format +pnpm run validate:all # turbo recursion + pgSchema + crypto registry — run before push +pnpm run test:coverage # emit v8 coverage under per-package coverage/ ``` +`validate:all` is the local mirror of the CI `validate` job — it runs in +seconds and fails fast on any of the three invariant checks. Use it as a +pre-push gate. + ## Key Architecture Notes These are the patterns that span the repo. Service-/app-specific details live in their own CLAUDE.md.