cli-v4.0.1
pbakaus/impeccablecli-v4.0.1Sep 4, 2026by pbakaus
AI Summary
Fixes the `--version` flag to accurately report the CLI version instead of the engine version, improving usability and removing unnecessary binary lookups.
Key Highlights
- `--version` flag now reports the correct package version
- Shim answers flags directly from its own package.json
- No longer requires locating or downloading the binary
Full Release Notes
- **`--version` reports the package version.** `npx impeccable --version` printed the engine's baked-in 3.6.0 after the 4.0.0 release; the shim now answers `--version` and `-v` itself from its own package.json, without locating or downloading a binary.