v0.3.6 — CLI Version Reporting Fix
What's Fixed
CLI Version Now Matches the Installed Package
The packaged CLI manifest now uses the martin-loop package version, so npx -y martin-loop@0.3.6 --version reports 0.3.6 — not a stale internal version from the build.
Release Guard
Root release validation now fails if the vendored CLI manifest version drifts from the root package version, preventing this class of bug from recurring.
Install
```sh
npm install -g martin-loop@0.3.6
```