diff --git a/CLAUDE.md b/CLAUDE.md new file mode 100644 index 0000000..13b5793 --- /dev/null +++ b/CLAUDE.md @@ -0,0 +1,7 @@ +# CLAUDE.md + +@GUIDELINES_NEST_TRPC.md + +The imported guidelines are binding. Two always-on rules: +- Stryker mutation testing is local-only — never wire it into CI. +- Pre-PR ritual: `npm run test:mutation` (scope with `STRYKER_MUTATE` to changed files) and report surviving mutants in the PR body.