Functions§
- fix_
issue_ categories - fix_
plan_ auto_ commands - fix_
plan_ topics - 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_
fix_ plan_ html - generate_
fix_ plan_ markdown - generate_
report_ html - Self-contained HTML diagnostic report — double-clickable, no external deps.
- generate_
report_ json - generate_
report_ markdown - generate_
triage_ report_ html - generate_
triage_ report_ markdown - report_
has_ issues_ in_ content - save_
diagnosis_ report - save_
diagnosis_ report_ html - save_
fix_ plan - save_
fix_ plan_ 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. - save_
triage_ report - save_
triage_ report_ html