{# ── References panel — compact entity cards, one per entity ─────────── #} {% set inv_refs = analysis.all_entity_refs|selectattr('kind', 'in', ['invocation','parent-invocation','child-invocation','new-invocation'])|list %} {% set runner_refs = analysis.all_entity_refs|selectattr('kind', 'in', ['runner','worker'])|list %} {% set task_refs = analysis.all_entity_refs|selectattr('kind', 'equalto', 'task')|list %} {% set wf_refs = analysis.all_entity_refs|selectattr('kind', 'in', ['workflow','sub-workflow','parent-workflow'])|list %} {% set details = analysis.ref_details or {} %}