Deterministic metrics snapshot — coverage, complexity, churn, docs gates, and hygiene counts. No LLM judgment layer here; see the latest narrative report below.
No snapshot collected yet.
Run python -m attune.ops.health_snapshot, or click
Refresh below — a background collection just started.
Collected
{{ snapshot.collected_at }}
{% if stale %}
stale
{% else %}
fresh
{% endif %}
{% if refreshing %}
refreshing…
{% endif %}
| Gate | Result |
|---|---|
| doc-import audit | {% if signals.doc_import_audit.status == "ok" %} {% if signals.doc_import_audit.value.clean %}clean {% else %}findings (exit {{ signals.doc_import_audit.value.exit_code }}){% endif %} {% else %}unavailable{% endif %} |
| docs wiring audit | {% if signals.docs_wiring_audit.status == "ok" %} {% if signals.docs_wiring_audit.value.clean %}clean {% else %}findings (exit {{ signals.docs_wiring_audit.value.exit_code }}){% endif %} {% else %}unavailable{% endif %} |
| help completeness | {% if signals.help_completeness.status == "ok" %} {% if signals.help_completeness.value.clean %}clean {% else %}findings (exit {{ signals.help_completeness.value.exit_code }}){% endif %} {% else %}unavailable{% endif %} |
| projection drift | {% if signals.projection_drift.status == "ok" %} {% if signals.projection_drift.value.findings_count == 0 %}clean {% else %}{{ signals.projection_drift.value.findings_count }} finding(s){% endif %} {% else %}unavailable{% endif %} |
| File | Changes |
|---|---|
{{ f.path }} | {{ f.changes }} |
{% if latest_report %}
Narrative findings + ranked improvement plan (LLM-generated, not
regenerated by this page):
{{ latest_report }}
{% else %}
No LLM narrative report found under docs/reports/.
{% endif %}