{% extends "base.html" %}
{% block title %}Specs{% endblock %}
{% block content %}
{{ specs|length }} spec{{ '' if specs|length == 1 else 's' }}
across {{ roots|length }} root{{ '' if roots|length == 1 else 's' }}.
{% if allow_run %}
Click a status chip to flip it.
{% else %}
Read-only mode — restart without Specs
--read-only to edit statuses.
{% endif %}
Specs where all signals indicate the work is done. Confirm to
flip status to complete, or dismiss for 14 days
(re-surfaces immediately if new signal lands).