{# ADR-0017 Phase 6: drawer body only — rendered via cc_drawer.html's {% include body_template %}. No longer a standalone tab page. #} {% block content %}

07 — Stats

Corpus health and run summary. Reviewer verdicts update these numbers.

Stats

{% if status == "none" %}

No runs yet. Add documents to this corpus, then run a check.

{% elif status == "failed" %} {% include "cc__stats_failed.html" %} {% elif status == "done" %} {% include "cc__stats_final.html" %} {% else %} {% include "cc__stats_live.html" %} {% endif %}
{% endblock %}