{% extends "base.html" %} {% block title %}Health{% endblock %} {% block actions %} {% endblock %} {% block content %}

Layers

{% for slug, info in layers.items() %}

attune-{{ slug }}

{% if info.importable %}
Version{{ info.version or "—" }}
Importok
{% else %}
StatusNot installed
{% endif %}
{% endfor %}

Corpus

{% if corpus.workspace %}
Workspace {{ corpus.workspace }}
Help directory {% if corpus.has_help_dir %}.help ✓{% else %}missing{% endif %}
Templates {{ corpus.template_count }} markdown files
summaries.json {% if corpus.summaries_present %}present{% else %}absent{% endif %}
{% else %}

No workspace configured. Open the Living Docs tab to set one, or set ATTUNE_WORKSPACE before launching the sidecar.

{% endif %}
{% endblock %}