Skip to content

Report Generation

Report Generation documents the path from reviewed evidence to exportable files.

  1. Select reviewed evidence from SpectraCheck.
  2. Choose jurisdiction and guideline context.
  3. Review threshold decisions and warnings.
  4. Route the report for human sign-off.
  5. Export PDF, Word, or JSON for downstream systems.

Each step needs a screenshot and one example export before this guide ships.

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-report returns 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 as metadata_json.report_hash — a stable provenance fingerprint for the snapshot. (v0.24.6, 2026-06-11)