render_checklist_html
Convert an assessed TARGET checklist into a self-contained HTML page viewable in any browser. Returns the HTML string and base64 for inline display or file export.
Instructions
Render the completed TARGET checklist as a self-contained HTML page —
same content as render_checklist, styled to the Black Swan Causal Labs
identity (canvas ground, one aligned table, verdict pills), viewable in any
browser on any host. Returns the HTML string in html (show it inline or
publish it as an artifact) and the same bytes as base64 in content_base64
(decode and save as an .html file). Carries the provenance stamp. Pass a
full assessment object or the manuscript_id of one assessed this session;
view='official' strips to the published form's three columns.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| view | No | enriched | |
| assessment | No | ||
| manuscript_id | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| html | No | ||
| view | No | ||
| filename | No | ||
| provenance | No | ||
| content_type | No | ||
| manuscript_id | No | ||
| content_base64 | No |