Lean 4 formalization of the Governance Boundary.
This repository provides a Lean 4 formalization of the Governance Boundary.
lake update
lake build
lake exe verifyPre-commit is optional; CI will report exact commands if it fails.
Steps to run pre-commit locally. Install uv.
Initialize once:
uv self update
uvx pre-commit install
uvx pre-commit run --all-filesSave progress as needed:
git add -A
# If pre-commit makes changes, re-run `git add -A` before committing.
git commit -m "update"
git push -u origin main