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_markdownbut 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.