{# M5/M6 — 리스트 뷰 카드 (풀폭, 더 많은 메타). #}
{% if row.kind in ("sprite", "spritesheet") %} {{ row.name }} {% elif row.kind == "sound" %} 🔊 {% else %} 📦 {% endif %}
{{ row.name }} {{ row.pack_name or "" }} {% if row.matched_labels %}{{ (row.matched_labels[:5] | map(attribute='label') | list) | join(", ") }}{% endif %} {% if row.kind == "sprite" and row.width and row.height %}{{ row.width }}×{{ row.height }}{% endif %} {% if row.kind == "spritesheet" and row.frame_count %} 🎞 {{ row.frame_count }} frames {% endif %} {% if row.size_kb %} · {{ row.size_kb }}KB{% endif %} {{ "%.2f"|format(row.score or 0) }} {% if row.kind == "sound" %}
{% endif %} {# M7 patch — 라이브러리 직접 채택 버튼 제거. 채택은 Claude pending-pick (picks.py) 흐름에서만 발생 — record_asset_use(source="claude_pick"). #}