{# T-1910 Slice 2: focus toggle + inline-editable name #}
{{ arc.get('name', arc_id) }} {% if focused %}FOCUSED{% endif %}id: {{ arc_id }}
{{ arc.description }}
{% endif %}status: {% if arc.status == 'in-progress' %}{{ arc.status }} {% elif arc.status == 'closed' %}{{ arc.status }}{% if arc.decision %} / {{ arc.decision }}{% endif %} {% else %}{{ arc.status }}{% endif %} {% if arc.anchor_task %} · anchor: {{ arc.anchor_task }}{% endif %} {% if arc.created %} · created: {{ arc.created }}{% endif %} {% if arc.closed_at %} · closed: {{ arc.closed_at }}{% endif %}