martin_inspect
Summarize AI loop run records from a saved file or run-store directory to reveal what changed, what it cost, and whether verification passed. Use it to audit agent behavior and token usage.
Instructions
Summarise Martin Loop run records from a saved loop file or run-store directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | No | Optional path under the Martin runs root to a loop-record.json file, a legacy .jsonl file, or a run-store directory. | |
| runsDir | No | Optional runs-root override resolved under the default Martin runs root. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| source | Yes | ||
| warnings | Yes | ||
| latestRun | No | ||
| loopCount | Yes | ||
| portfolio | Yes | ||
| inspection | Yes | ||
| recentRuns | Yes | ||
| statusBreakdown | Yes | ||
| lifecycleBreakdown | Yes |