Skip to content

Universal Governance Compiler v1.0.9

Choose a tag to compare

@radustefanescu97-star radustefanescu97-star released this 10 Jul 07:04
· 1 commit to main since this release

Highlights

  • Adds machine-readable --json output for ugc audit, ugc build (including --dry-run), ugc packet verify, and ugc update --dry-run so 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.md as the canonical schema reference for GUI implementers (additive schema_version policy until GUI v1.0).
  • Retains ugc version / ugc version --json from 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.