Universal Governance Compiler v1.0.9
·
1 commit
to main
since this release
Highlights
- Adds machine-readable
--jsonoutput forugc audit,ugc build(including--dry-run),ugc packet verify, andugc update --dry-runso the UGC Cockpit GUI can consume CLI results without reimplementing engine logic. - Routes emitter progress to stderr during JSON modes so stdout stays a single JSON object (GUI-safe).
- Publishes
docs/GUI_CONTRACT.mdas the canonical schema reference for GUI implementers (additiveschema_versionpolicy until GUI v1.0). - Retains
ugc version/ugc version --jsonfrom v1.0.8, Antigravity skill frontmatter fixes from v1.0.7, Cursor hook fixes from v1.0.6, Codex three-layer output from v1.0.5, English-first public wording from v1.0.4, Cursor deny hooks from v1.0.3, and minimal public GitHub Actions CI from v1.0.2.
Release Assets
- Linux amd64:
ugc_1.0.9_linux_amd64.tar.gz - Linux arm64:
ugc_1.0.9_linux_arm64.tar.gz - macOS amd64:
ugc_1.0.9_darwin_amd64.tar.gz - macOS arm64:
ugc_1.0.9_darwin_arm64.tar.gz - Windows amd64:
ugc_1.0.9_windows_amd64.zip - SHA-256 checksums:
ugc_1.0.9_checksums.txt
Notes
- Source builds remain supported.
- macOS binaries are cross-compiled and were not locally runtime-tested because no macOS machine was available.
- Binaries are not signed or notarized.
- No package-manager publication, branch protection, hosted service, runtime deploy, or release automation was added.