CLI 0.1.1 keeps experimental SDK installs on the beta line
The CLI patch aligns generated MCP assets and installs the current SDK beta only when Proof V2 is explicitly requested.
Mohith / 3 min readInstall the patch
Install the package globally or run the exact version with npx. The executable remains zkauth.
npm install --global zkauth-cli@0.1.1zkauth versionOne explicit experimental dependency
Normal init does not install the password-proof client. When --experimental-proof-v2 is supplied, the CLI now installs zkauth-client@beta so package-manager defaults cannot silently select an older latest tag.
The npm latest and beta tags currently resolve to zkauth-client@2.0.0-beta.5. That package remains an evaluation release, not production approval for Proof V2 or Access Pass.
Verified package boundary
The CLI patch passed all 50 package tests, the packed-artifact contract, registry metadata checks, and an exact-version npx execution under the supported Node runtime.