summarize_handoff
Return the last verification report without re-running checks. If the repo changed, get a stale-flagged report and a fresh inspection-only summary.
Instructions
Return the last verification report without re-running checks. If the repository changed since then, the report is marked stale and a fresh inspection-only report is returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| format | No | markdown (compact handoff) or json (full structured report). | markdown |
| repo_path | Yes | Absolute path to (a directory inside) the git repository. |