report_execution
Record verification results in Veris's append-only, hash-chained ledger, ensuring later passes cannot overwrite earlier failures; batch transactions reject invalid entries.
Instructions
Posts verification results back to Veris. Evidence is append-only and hash-chained: a later record for the same target is added alongside the earlier one, never replacing it, so a failure cannot be overwritten by a subsequent pass. Each record carries a trust class — 'agent-asserted' (default; the caller's own claim, counts at half weight), 'harness-observed' (an external runner observed it), or 'veris-derived' — and a producer identity. Accepts a batch, written in one transaction: if any entry is invalid, none are recorded.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| executions | Yes | Batch of results. |