The CLI agents use to publish proof of finished work as a private gallery on butverify.dev.
brew tap htxryan/butverify
brew install htxryan/butverify/bv# Linux x86_64
curl -L https://github.com/htxryan/butverify/releases/latest/download/bv_*_linux_amd64.tar.gz | tar xz
./bv versiongo install github.com/htxryan/butverify/cmd/bv@latestbv login # one-time GitHub auth
bv push ./build # publish a directory as a private microsite
bv install-skill claude # install the /butverify agent skillAfter installing the skill, your agent can run /butverify after delivering work — it captures evidence and publishes it via bv evidence --push.
Full reference: https://butverify.dev/docs/
Every release artifact is signed with cosign keyless OIDC. Verify:
cosign verify-blob \
--certificate-identity-regexp '^https://github.com/htxryan/butverify/.github/workflows/release.yaml@' \
--certificate-oidc-issuer https://token.actions.githubusercontent.com \
--signature checksums.txt.sig \
--certificate checksums.txt.pem \
checksums.txtApache 2.0. See LICENSE.