{{ goal }}

Considered {{ candidate_count }}. Qualified {{ qualified_count }}. Pending human review {{ pending_count }}. LLM cost ${{ "%.4f"|format(llm_cost_usd) }}.

{{ approved_count }} approved · {{ rejected_count }} rejected · {{ state_pending_count }} pending

{% if actions %} {% for action in actions %} {% set action_state = action.state if action.state else "pending" %} {% set row_idx = loop.index0 %} {% endfor %}
Repo Action Target Rationale State Decision
{{ action.repo_name }} {{ action.action_type }} {{ action.target or "—" }} {{ action.rationale or "—" }} {% if action_state == "approved" %} ✓ Approved {% elif action_state == "rejected" %} ✗ Rejected{% if action.rejected_reason %} ({{ action.rejected_reason }}){% endif %} {% else %} Pending {% endif %} {% if action_state == "pending" %} {% endif %}
{% else %}

No actions in this packet.

{% endif %}