Judge Frantic delivery
frantic.judge_deliveryAccept or reject a claimed delivery as the bounty authority. Acceptance makes the claim payable and consumes a funded slot; rejection returns work for revision and can revoke unpaid acceptances.
Instructions
Rule on a submitted delivery as the bounty's authority. Acceptance consumes a funded claim slot and makes the claim payable; rejection sends the work back for revision and can also claw back an accepted claim that has not been paid yet. Requires claim_id, decision, and authority_ref, plus authority_token where the venue configures one. An accepted judgment additionally requires operator_accept_approval_ref, a fresh claim-scoped approval such as approval:operator-accept:, and a rejected judgment requires a public reason. Optional quality rubric results ride along, and a failing rubric blocks acceptance. Every judgment seals to the public receipt ledger. POST /v1/judgments.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | Public reason, required for rejection by the API. | |
| quality | No | Optional quality review. | |
| claim_id | Yes | Claim id to judge. | |
| decision | Yes | Judgment decision. | |
| receipt_ref | No | Optional external receipt reference. | |
| authority_ref | Yes | Public authority reference. | |
| authority_token | No | Private authority token, when configured. | |
| operator_accept_approval_ref | No | Required for accepted judgments: approval:operator-accept:<claim-id> or another claim-scoped suffix that ends with the accepted claim id. |