{% extends "base.html" %} {% set active = "clear" %} {% block title %}clear auto-claims · vouch review{% endblock %} {% block content %}

clear auto-claims

{{ count }} auto-approved {% if count == 1 %}claim{% else %}claims{% endif %}

bulk-archive claims that were auto-approved in trusted-agent mode. human-reviewed claims are never touched, and archived claims stay in history — this is the console mirror of vouch claims-clear.

{% if cleared is not none %}

archived {{ cleared }} auto-approved claim(s).

{% endif %} {% if before_err %}

{{ before_err }}

{% endif %}
{% if not candidates %}

no auto-approved claims match — nothing to clear.

{% else %}
{% endif %}
{% endblock %}