{# -*- CUI // SP-CTI -*-
Live Activity Panel — shows all in_progress kanban tasks with subprocess
staleness indicators. Auto-hides when no tasks are running.
Include above the kanban board in any page:
{% include "_live_activity.html" %}
Staleness logic (server-computed):
"active" — scheduler log updated < 3 min ago → green pulse
"warning" — scheduler quiet 3-10 min → amber, no pulse
"stale" — scheduler quiet > 10 min → red, zombie warning
"unknown" — log not found (scheduler never ran) → grey
#}