{# -*- CUI // SP-CTI -*-
Reusable partial — Triage Activity panel.
Ephemeral: appears only while a triage run is in-flight or just completed.
Auto-hides 15 s after the run finishes. Never shows historical runs on
page load — keeps the dashboard uncluttered.
Supports ICDEV™ core tenets: observability, visibility, accountability,
safety, and trustworthy AI.
Include on any page with the Triage button:
{% include "_triage_status.html" %}
Before triage POST: call window.ICDEV_TRIAGE.showLoading()
After triage POST: call window.ICDEV_TRIAGE.showResult(data)
where data = { counts:{promoted,dismissed,skipped,errors,total},
decisions:[{id,title,action,reason,lens},...] }
#}