From bc3abad85ddef599913f97110d64f2783910ec5b Mon Sep 17 00:00:00 2001 From: Garry Tan Date: Mon, 23 Mar 2026 14:08:51 -0700 Subject: [PATCH] docs: add touchfiles to global touchfile list in CLAUDE.md The touchfiles.ts file itself is a global touchfile that triggers all tests when changed, but was missing from the documented list. Co-Authored-By: Claude Opus 4.6 (1M context) --- CLAUDE.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index 5c0389c1..4ffda2e2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -29,7 +29,7 @@ against the previous run. **Diff-based test selection:** `test:evals` and `test:e2e` auto-select tests based on `git diff` against the base branch. Each test declares its file dependencies in `test/helpers/touchfiles.ts`. Changes to global touchfiles (session-runner, eval-store, -llm-judge, gen-skill-docs) trigger all tests. Use `EVALS_ALL=1` or the `:all` script +llm-judge, gen-skill-docs, touchfiles) trigger all tests. Use `EVALS_ALL=1` or the `:all` script variants to force all tests. Run `eval:select` to preview which tests would run. ## Testing