Test Scoping

Pick the minimal bats test scope for a code change in the eidolons nexus before running tests. Maps changed paths (cli/src/*.sh, roster/, schemas/, methodology/, docs/, .github/) to the bats files that actually exercise them, and falls back to `make test` (full suite, ~41s) only when the change touches shared infrastructure (lib.sh, helpers.bash, the dispatcher, cli/src/ui/*, or anything ambiguous). Use when the user asks to run tests, when finishing an APIVR-Δ V-phase, or anytime you would otherwise reflexively run all 649 tests.

Rynaro cf109e7 9.7 KB Updated

File contents

Rynaro/eidolons/tree/main/.claude/skills/test-scoping commit cf109e741c

Frequently asked questions

npx skillmds@latest add rynaro/test-scoping