report
Retrieve the most recent build's structured summary: task outcomes, per-file edits, failed commands, governance escalations, unmet goals, token/cost totals, and per-model success rates.
Instructions
Return the latest build report, audit trail, and model performance.
Use when: a ``build`` or ``run`` has finished (or was stopped) and you want
the outcome — which tasks completed/failed/deferred, per-file edits, failed
commands, governance escalations, unmet-goal gaps, token/cost totals, and
per-model success rates. This is misterdev's read-only equivalent of asking
"what did the last run find and do?". Do NOT use when: nothing has been
built yet — ``latest_report`` will be null. Related: ``status`` (live task
states), ``build``/``run`` (produce a report).
Side effects: none — reads only the project's ``.orchestrator`` artifacts,
calls no LLM, and returns the same result on repeated calls (idempotent).
Returns an object with ``latest_report`` (the most recent build's structured
summary, or null), ``audit`` (command/edit/governance counts), and
``models`` (per-model attempts, success rate, and average cost). Returns an
``error`` field instead when ``path`` is not an existing directory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| path | Yes | Absolute path to a project directory that has been built at least once. Reads only misterdev's own ``.orchestrator`` artifacts under it. Example: '/Users/me/code/my-api'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |