{# Verdict block (dark hero) — recommendation + 3 confidence bars. Spec § 0d. #} {% set syn = report.synthesis_result %}
Recommended approach
{% if syn %}

{{ syn.verdict }}

{% set rec = syn.recommendation %} {% if rec %}
Tooling
{{ rec.primary_library }}
{{ rec.confidence | format_percent }} confidence
Proxy type
{{ rec.proxy_type }}
{{ rec.proxy_confidence | format_percent }} confidence
Cost band
{{ rec.cost_band_low_usd | format_money }} – {{ rec.cost_band_high_usd | format_money }}
per {{ rec.cost_unit_count }} req · range
{% endif %} {% else %}

Synthesis pending — refresh in a moment.

{% endif %}