Skip to main content

Module report_export

Module report_export 

Source

Functions§

generate_diagnosis_report
Run a full staged diagnosis — health_report → triage → targeted follow-ups → fix recipes. No TUI, no model required. Output is self-contained markdown for cloud model ingestion.
generate_diagnosis_report_html
Same as generate_diagnosis_report but outputs a self-contained HTML file.
generate_report_html
Self-contained HTML diagnostic report — double-clickable, no external deps.
generate_report_json
generate_report_markdown
save_diagnosis_report
save_diagnosis_report_html
save_report_html
save_report_json
Same as save_report_markdown but JSON format.
save_report_markdown
Runs diagnostic topics, writes to .hematite/reports/health-<timestamp>.md, and returns (markdown_content, saved_path).
save_research_html
Save arbitrary markdown content as a dark-theme HTML page. Returns (html_string, saved_path). Title defaults to a timestamp slug if empty. Saves to .hematite/reports/research-DATE.html.