Re-run only what one claim needs and report whether it is now proven
proofrail_recheckRe-run manifest commands for a claim, re-resolve anchors, and report satisfaction when proof reaches score 1.0. Also names the next least-proven claim to continue the verification loop.
Instructions
Re-run just the manifest commands referenced by the given claim, re-resolve its anchors, and return satisfied=true when the claim reaches score 1.0. Also names the next least-proven claim so the loop can continue.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| jev | No | Also ask the configured local Jev command for advisory judgments. Reports "unavailable" when none is configured. | |
| claimId | Yes | Claim id from a previous packet. | |
| projectRoot | No | Project directory containing proofrail.json. Must be inside a root the server was started with. Defaults to the first allowed root. |