Problem
The generated SDK crate is at version 0.1.0 while the CLI itself is at 1.0.0. Under semver, 0.x versions allow breaking changes on every minor bump. Any SDK regeneration can break downstream consumers without a major version bump signal.
Suggested Fix
Either:
- Bump the SDK to 1.0.0 to match the CLI and follow semver stability guarantees
- Document the versioning policy explicitly, explaining that the SDK version tracks independently and pre-1.0 means the generated API surface may change
Source
Quality audit, 2026-03-23.
Problem
The generated SDK crate is at version 0.1.0 while the CLI itself is at 1.0.0. Under semver, 0.x versions allow breaking changes on every minor bump. Any SDK regeneration can break downstream consumers without a major version bump signal.
Suggested Fix
Either:
Source
Quality audit, 2026-03-23.