Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ npm only — `preinstall` throws under yarn. Node 24 (`.node-version`; the flake
## Commands

- `npm run build` — compiles TS to `out/`
- `npm run test:unit` — jest; the default verification for changes. Single file: `npm run test:unit -- test/unit/node/cli.test.ts` (add `--coverage=false` to skip the 60% coverage gate). `npm run test` is intentionally not a script.
- `npm run test:unit` — jest; the default verification for changes. Single file: `npm run test:unit -- test/unit/node/cli.test.ts` (add `--coverage=false` to skip the 60% coverage gate). `npm run test` is a stub that prints a pointer to these two and exits 1.
- e2e requires a full release build first and is slow — run only when explicitly asked (`/e2e` skill)
- `npm run lint:ts` — eslint `--max-warnings=0` over tracked ts/js, excluding `lib/vscode`
- `npm run lint:scripts` — shellcheck over tracked shell scripts
Expand Down
Loading