explain_run
Load a saved wherewent run output and retrieve enriched analysis with exact call sites, query counts, and fixes without re-running the job.
Instructions
Return the enriched analysis from a saved wherewent JSON file.
For the "job already ran under `wherewent run --save out.json`" case —
no re-run. Returns the same enriched schema analyze_job produces, with
each finding carrying fix/call_site/calls/evidence.
Args:
path: Path to a JSON file written by `wherewent run --save`.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes |