From 00ff73bc2cd69e57fcc6ac5f270e3cf260ee8b1b Mon Sep 17 00:00:00 2001 From: rodrigobnogueira Date: Mon, 6 Jul 2026 02:49:51 -0300 Subject: [PATCH] docs: add CLAUDE.md importing the project guidelines MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit @-import the repo's GUIDELINES_NEST_*.md so the guidelines are binding for AI agents, and restate the two always-on rules (Stryker mutation testing — and full-mode infra where present — are local-only and never in CI; the pre-PR test:mutation ritual with STRYKER_MUTATE scoping and surviving-mutant reporting). Co-Authored-By: Claude Opus 4.8 (1M context) --- CLAUDE.md | 7 +++++++ 1 file changed, 7 insertions(+) create mode 100644 CLAUDE.md 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.