moonrunnerkc/ClaimCheck

A deterministic, pre-merge gate that tries to falsify a pull request's own claim about what it does, using only the PR and the repository. It proves whether the PR's tests constrain the change, not whether the change is correct.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
baseParent commit SHA the PR branches from. Optional: defaults to the merge base of head and the pull_request base branch.no""
headHead commit SHA of the PR. Optional: defaults to the checked-out commit.no""
repoPath to the repository inside the workspace.no/github/workspace
bundle-outDirectory to write the content-addressed verdict bundle into.no/github/workspace/.claimcheck
fail-on-warnExit non-zero on WARN as well as BLOCK.nofalse
namedescription
bundle-dirDirectory the verdict bundle was written to.