kumiko check:fast
kumiko check:fastA trimmed kumiko check — same parallel pool
(Biome + TS + guards), but bun test runs only against changed files
(bun test --changed).
Targets the pre-commit / pre-push workflow. Typical wall-clock is
10-30 seconds (vs. 60-120s for the full check).
When to use
Section titled “When to use”- Pre-commit hook
- Pre-push hook
- After a small targeted change, before you reach for the full pass
When NOT to use
Section titled “When NOT to use”- CI. CI runs
kumiko checkor the splitkumiko ci:guards+ dedicated test jobs — never the--changedshortcut. - After a large refactor that touched many files (just run the full
kumiko check)
See also
Section titled “See also”kumiko check— full passkumiko test— just the tests, with scope