{% comment %} RIMS AI assist callout — surfaces a single AI-derived insight using the existing `.ai-callout` CSS pattern from input.css. Args: label : short chip label (e.g. "AI reviewer summary") summary : the main one-liner (~1-2 short sentences) footnote : optional cautionary / origin note available: bool — when False, render greyer styling {% endcomment %}
{{ label }}
{{ summary }}
{% if footnote %}{{ footnote }}
{% endif %}