Report Generation
Report Generation documents the path from reviewed evidence to exportable files.
Five-step outline
Section titled “Five-step outline”- Select reviewed evidence from SpectraCheck.
- Choose jurisdiction and guideline context.
- Review threshold decisions and warnings.
- Route the report for human sign-off.
- Export PDF, Word, or JSON for downstream systems.
Each step needs a screenshot and one example export before this guide ships.
Readiness reports
Section titled “Readiness reports”The readiness report is the dossier pipeline’s capstone — a persisted snapshot of a dossier’s review status, requirements, evidence, gaps, risks, and citations.
- Rehydration.
GET /regulatory/dossiers/{id}/readiness-reportreturns a dossier’s readiness reports newest-first, so revisiting a dossier reloads the latest persisted report instead of showing “no readiness report loaded in this session.” Owner-scoped like the rest of the dossier reads. (v0.24.5, 2026-06-11) - Provenance hash. Each readiness report is stamped with a deterministic sha256 over its substantive content (
dossier_id, status, summary, requirements, evidence, gaps, risks, citation ids, review status), surfaced asmetadata_json.report_hash— a stable provenance fingerprint for the snapshot. (v0.24.6, 2026-06-11)