Get one repair packet (least-proven or a specific claim)
proofrail_focusReturn a repair packet for the least-proven claim after edits, or target a specific claim by ID, supplying exact source anchors, missing proof, reproducer, and done condition.
Instructions
Return a single repair packet. Without claimId it is the least-proven claim. run="auto" (default) reuses command results cached by an earlier verify/recheck and only runs commands that have never run; "never" never executes; "always" re-runs everything the manifest needs.
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 | ||
| claimId | No | Claim id to focus on instead of the least-proven one. | |
| projectRoot | No | Project directory containing proofrail.json. Must be inside a root the server was started with. Defaults to the first allowed root. |