umbra_write_report
Write local report artifacts (.md and .html) for a verified module-test pair. Re-audits locally, uses only retained proofs, and sends no data to external APIs.
Instructions
After the proof loop, write both Umbra report artifacts locally with module_path and tests_path only. The persistent server automatically includes only proofs retained by umbra_verify_proposal for that same pair. retained_proofs remains an optional explicit override for compatible callers. This deterministic action re-audits locally, sends no data to any API, and does not run proof generation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| tests_path | Yes | ||
| module_path | Yes | ||
| output_path | No | Optional local base path or .md/.html report path. Umbra writes both sibling files with .md and .html suffixes. Defaults to umbra-report.md and umbra-report.html in the server working directory. | |
| retained_proofs | No | Optional compatibility override: exactly the proof objects returned with outcome retained by umbra_verify_proposal. Omit it to use this server session's retained proofs for the same module and test paths. |