Universal Governance Compiler v1.0.0
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 initto bootstrap the standard governance corpusugc build --dry-runto preview generated filesugc buildto generate agent-specific governance filesugc auditto detect drift, missing artifacts, stale artifacts, manifest issues, and capability coverageugc build --restore <PATH>for narrow restoration of exact UGC-owned generated filesugc packet new/hash/verifyfor SHA-256-bound local approval packet workflowsugc update --dry-runto 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 --helpLicensed under Apache-2.0.