martin_run_dossier
Read the full execution record for a single run, covering attempts, events, artifacts, verification, integrity, and cost. Use when comprehensive evidence review is required.
Instructions
Read the full structured execution dossier for one MartinLoop run, including attempts, events, artifacts, verification, integrity, cost, and related discovery surfaces. Provide exactly one selector: file, loopId, or latest; runsDir changes the run-store root. Use for comprehensive evidence review. Do not use for a compact state check; use martin_get_run, or use martin_dossier when formatted sharing output is required.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Path to a canonical loop-record.json, legacy file, or run-store directory. Mutually exclusive with loopId and latest. | |
| latest | No | When true, loads the most recently updated loop record. Mutually exclusive with file and loopId. | |
| loopId | No | Loop ID under the run store. Mutually exclusive with file and latest. | |
| runsDir | No | Optional run-store root override used to resolve loopId or latest. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cost | Yes | ||
| loop | Yes | ||
| budget | Yes | ||
| source | Yes | ||
| related | Yes | ||
| attempts | Yes | ||
| warnings | Yes | ||
| artifacts | Yes | ||
| inspection | Yes | ||
| sourceKind | Yes | ||
| recentEvents | Yes | ||
| verification | Yes |