{# Heal activity — autoheal Phase D / D5 panel. Required context: heal_audit (list[dict]) — last 10 heal_audit rows, no_provider excluded; each {source, surface, outcome, created_at}. heal_bundles (list[dict]) — pending contribution bundles; each {source, created_at, filename, issue_url, bundle_json}. Server-rendered in the dashboard index context — no HTMX fragment route. Nothing here leaves the machine without the explicit "Open GitHub issue" click (new tab) or a manual copy-paste. #}

Heal Activity

{% if heal_audit %} {% else %}

No heal activity yet.

{% endif %} {% if heal_bundles %}

Pending contributions

This bundle contains a PII-scrubbed sample of a real input from your inbox / the scanned page. Review before posting.

{% for b in heal_bundles %}
{{ b.source }} Open GitHub issue
{% endfor %} {% endif %}