Skip to content

Universal Governance Compiler v1.0.0

Choose a tag to compare

@radustefanescu97-star radustefanescu97-star released this 06 Jul 09:44

Universal Governance Compiler v1.0.0 is the first stable V1 release of UGC: a local CLI for teams and individuals who want one repository-level governance source for multiple AI coding agents.

UGC compiles a local .universal-governance/ corpus into deterministic rule/configuration surfaces for:

  • OpenAI Codex
  • Google Antigravity
  • Anthropic Claude Code
  • Cursor by Anysphere

This release includes:

  • ugc init to bootstrap the standard governance corpus
  • ugc build --dry-run to preview generated files
  • ugc build to generate agent-specific governance files
  • ugc audit to detect drift, missing artifacts, stale artifacts, manifest issues, and capability coverage
  • ugc build --restore <PATH> for narrow restoration of exact UGC-owned generated files
  • ugc packet new/hash/verify for SHA-256-bound local approval packet workflows
  • ugc update --dry-run to preview embedded corpus updates

V1 focuses on local, auditable governance. It does not claim that every third-party AI tool enforces instructions identically at runtime, and it does not install git hooks, CI policies, branch protections, hosted services, or package-manager integrations.

Install from source:

git clone https://github.com/radustefanescu97-star/UGC-Universal-Governance-Compiler.git
cd UGC-Universal-Governance-Compiler
go build -o ugc .
./ugc --help

Licensed under Apache-2.0.