{{ candidate.type|type_label }}
{% if candidate.promoted_by %}{{ candidate.promoted_by }}{% endif %}
{% if candidate.yaams_entity %}{{ candidate.yaams_entity }}{% endif %}
{{ "%.0f"|format(candidate.confidence * 100) }}% confidence
Rewrite task
{% elif candidate.review_question %}
Extract one atomic, durable note
Question
{% else %}
{{ candidate.review_question }}
Quality gate
{% endif %}
{% if candidate.conflict_classification == 'contradict' %}
Is this correct, durable, and useful?
Contradiction detected
{% if candidate.conflict_reason %}{{ candidate.conflict_reason }}{% endif %}
{% endif %}
{% if item.requires_rewrite %}
Rewrite required
Reduce this proposal to one durable, atomic claim before approval.
{% endif %}