{% if evaluation and evaluation.total_wasted_cost and evaluation.total_wasted_cost > 0 %}

≈ ${{ "%.2f"|format(evaluation.total_wasted_cost) }} of this period's spend looks like harness waste ({{ evaluation.waste_pct }}% of ${{ "%.2f"|format(evaluation.total_session_cost) }} scored — tool errors, duplicate commands, repeat reads)

See which sessions →
{% endif %}