v0.2.0
Added
- Standalone binaries. This release ships self-contained, Node-bundling
b6pexecutables for Windows (x64) and macOS (x64 + arm64), built in CI via Node SEA and attached below (b6p-windows-x64.exe,b6p-macos-x64,b6p-macos-arm64, each with a.sha256checksum sidecar). They run the full CLI on machines with no Node or npm installed — download one file, put it onPATH, andb6p <command>works. The npm package (npm i -g @bluestep-systems/b6p-cli) is unchanged and remains the primary distribution. See the toolchain ADR.
Fixed
b6p --versionnow reports the actual package version instead of a hardcoded0.0.1. The version is injected at build time via an esbuilddefine(__B6P_VERSION__), so it stays correct in both the npm bundle and the standalone binary — neither of which can readpackage.jsonat runtime.
Full changelog: https://github.com/Bluestep-Systems/b6p-cli/blob/v0.2.0/CHANGELOG.md