Governance Gates
{% if total == 0 %}
— no dispatch data yet
{% else %}
tasks: {{ total }}
compliance: {{ "%.1f"|format(compliance_pct) }}%
sentinel: {{ "%.1f"|format(sentinel_pct) }}%
ceiling↑: {{ ceiling_fired_count }}
{% if recent_pct is not none %}
recent(20): {{ "%.1f"|format(recent_pct) }}%
{% endif %}
{% endif %}