Recommended next steps
Investigations to queue from this report
{% set op_note = notes_by_slot.get("operational_interpretation") if notes_by_slot else None %}
{% if op_note %}
{{ markdown_render(op_note.text) }}
{% endif %}
{% if actions %}
{% for a in actions %}
-
{{ a.detail }}
{{ a.preview }}
{% endfor %}
{% else %}
No metrics crossed an operator-action threshold.
{% endif %}
{{ render_embedded_scorecards(embedded_scorecards) }}
{{ method_section(method, scope, confidence.reasons) }}
{% if orientation %}