Project: {{ project }}
{% if summary.conversation_count is defined %}
{{ summary.conversation_count }} conversations
{% endif %}
{% if summary.message_count is defined %}
{{ summary.message_count }} messages
{% endif %}
{% if summary.tools %}
Tools: {{ summary.tools | join(', ') }}
{% endif %}
{% endif %}