You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Highlights
Adds stable JSON output for vault init --json and pretty JSON output for vault init --pretty.
Adds stable JSON output for vault compile --json and pretty JSON output for vault compile --pretty.
Keeps compiler progress messages inside the JSON payload, so agent stdout stays parseable and automation no longer needs special handling for init/compile.
Validation
PR #284 Release Readiness CI passed, including Python 3.10/3.11/3.12 tests, build/wheel smoke, README smoke, module size gate, privacy scans, Search QA regression gate, and uv workflow smoke.
Local full test suite passed: 2357 passed, 10 skipped.
Local targeted CLI/release tests passed: 59 passed.
uv lock --check passed after syncing the version bump.
Built v0.7.25 wheel and sdist locally; twine checks passed.