render_report
Finalize an audit run, validate all results, and render a deterministic HTML report with self-contained run state for later re-rendering.
Instructions
Finish the run and render its report.
Requires a resolved configuration. Sets meta.finished to the given
ISO timestamp, renders the deterministic HTML report (which itself
refuses to render an incomplete run: a selected domain with no
recorded result, or a completed result missing a rule verdict, raises
rather than producing a report that looks clean over a gap), and
writes both report.html and run-state.json to the run's output
directory. Any issue URLs filed this run via file_issues, and any
feedback issue filed via submit_feedback, are carried on the
RunState itself, so the written run-state.json is self-sufficient:
it (and its schema_version) can be handed to
engineering-audit-render later to re-render the same report without
this server, this run tracker, or either URL, still in memory.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| finished | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||