{{ p.pattern_type }}
{{ p.name }}
{{ "%.0f"|format(p.confidence * 100) }}% confidence{{ p.description }}
agent: {{ p.agent_id }}
id: {{ p.pattern_id }}
{{ p.code }}
{% endif %}
{% extends "base.html" %}
{% block title %}Pattern review{% endblock %}
{% block content %}
Discovered patterns awaiting a human checkpoint before they enter the
active library. Promote to keep, reject to drop.
{% if staged %}· {{ staged|length }} staged{% endif %}
Pattern review
{{ p.description }}
agent: {{ p.agent_id }}
id: {{ p.pattern_id }}
{{ p.code }}
{% endif %}
The review queue is empty — no patterns are staged for review.