Verify claims and return the least-proven repair packet
proofrail_verifyVerifies code claims from proofrail.json by running declared commands, scores each claim deterministically, and returns a ranked list plus a repair packet for the least-proven claim.
Instructions
Load proofrail.json, resolve every anchor, run the manifest-declared commands the claims depend on, score every claim deterministically, and return the ranking plus one compact repair packet for the least-proven claim (anchors, missing proof, reproducer, done condition). Set run=false to score from cached command results without executing anything.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jev | No | Also ask the configured local Jev command for advisory judgments. Reports "unavailable" when none is configured. | |
| run | No | Execute the declared commands (default true). false uses cached results; dynamic proofs without a cached run report not-run. | |
| claimIds | No | Restrict verification to these claim ids. | |
| projectRoot | No | Project directory containing proofrail.json. Must be inside a root the server was started with. Defaults to the first allowed root. |