pome inspect reads a run’s artifacts and prints a human-readable summary: trace
health, recorded events, and per-criterion score verdicts. Use it after pome run
to debug failures without opening the dashboard.
Usage
Arguments
| Argument | Required | Description |
|---|---|---|
<run> | Yes | Run id, path to a run directory, or latest (most recent run under --artifacts-dir). |
Options
| Flag | Default | Description |
|---|---|---|
--artifacts-dir <dir> | runs | Base directory where pome run writes artifacts. |
Output
Prints:- Run id and artifact directory path
- Trace health summary (event counts, gaps, proxy capture status)
- Rendered event timeline from
events.jsonl - Aggregate score and per-criterion pass/fail/skip lines from
score.json
Examples
Exit codes
| Code | Meaning |
|---|---|
| 0 | Report printed successfully. |
| 2 | Legacy events.jsonl format detected (pre–FDRS-403 schema). Re-run with a current CLI build. |