mirror of
https://github.com/garrytan/gstack.git
synced 2026-08-08 15:28:36 +02:00
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) <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
93581fd1f0
commit
bc3abad85d
@@ -29,7 +29,7 @@ against the previous run.
|
|||||||
**Diff-based test selection:** `test:evals` and `test:e2e` auto-select tests based
|
**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
|
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,
|
`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.
|
variants to force all tests. Run `eval:select` to preview which tests would run.
|
||||||
|
|
||||||
## Testing
|
## Testing
|
||||||
|
|||||||
Reference in New Issue
Block a user