Skip to content

CLI 4.0.0

Choose a tag to compare

@pbakaus pbakaus released this 04 Sep 20:29
· 4 commits to main since this release
e74a311
  • npx impeccable runs the binary. The package resolves a platform package (@impeccable/cli-<os>-<arch>) installed as an optional dependency, then the user cache, then a checksum-verified download of the pinned engine release. A download without a verifiable checksum is refused rather than run.

  • The JavaScript detector API is gone. The package no longer exports a detect function; the same rules are available as a WebAssembly module for hosts that cannot run the binary. Every documented command (detect, ignores, install, update, check, link) keeps its name, flags, and output.