martin_get_verification_results
Retrieve verification evidence from a completed run to confirm pass/fail outcomes and contradiction signals before merging or promoting.
Instructions
Load structured verification evidence for a MartinLoop run — verifier commands, pass/fail outcomes, and contradiction signals — from stored loop events and ledger entries. Use after a run completes to confirm whether automated verifiers passed before merging or promoting the result. Do not use to get a merge-readiness grade — use martin_eval for a scored grade with six check dimensions. Do not use for live run status — use martin_get_status instead. This tool only reads persisted run files and does not execute commands, modify state, or contact GitHub.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Absolute or relative path to a loop-record.json file or run directory. Mutually exclusive with loopId. | |
| loopId | No | MartinLoop run identifier from the run store. Mutually exclusive with file. | |
| runsDir | No | Override the default run-store root directory. Optional. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| loop | Yes | ||
| source | Yes | ||
| warnings | Yes | ||
| sourceKind | Yes | ||
| verification | Yes |