Skip to content

kumiko check:fast

Terminal window
kumiko check:fast

A 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).

  • Pre-commit hook
  • Pre-push hook
  • After a small targeted change, before you reach for the full pass
  • CI. CI runs kumiko check or the split kumiko ci:guards + dedicated test jobs — never the --changed shortcut.
  • After a large refactor that touched many files (just run the full kumiko check)