{{ 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 %}| 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 %} |
No actions in this packet.
{% endif %}