v0.1.2
Fixes
- Run the packaged CLI correctly when npm invokes it through a node_modules/.bin symlink or a symlinked parent path.
- Report the version from package.json instead of a separately hardcoded value.
- Add a package smoke gate that executes the built CLI through a symlink and verifies version and help output.
This supersedes v0.1.1, whose installed npm binary could exit without running the requested command.