Repository maintainers, platform engineers, and technical leads preparing ProofKit for repeatable use.
Recommended when the team already uses Python tooling:
uv tool install proofkit-cli
or
pipx install proofkit-cli
Recommended when onboarding developers through npm:
npm install -g proofkit
Run the full release gate locally before rollout:
python3 scripts/release_check.py
This validates packaging, tests, installed CLI smoke checks, workflow behavior, and published-artifact assumptions.
Install hooks in target repositories:
proofkit install-hooks --root .
Hooks help prevent commits that bypass required repository governance.