{% extends "base.html" %} {% block title %}Summaries{% endblock %} {% block content %} {% if not_yet_generated %}
summaries.json hasn't been generated for this
workspace yet. Run the polish pass to create it:
attune-author polish
Once generated, this page will show every entry in a table you can edit inline. The polish command runs an LLM pass over your templates to produce path-keyed summaries that the RAG retriever uses for boost scoring.
| Path | Summary | |
|---|---|---|
{{ path }} |
summaries.json is empty.
{% endif %} {% endif %} {% endblock %} {% block scripts %} {% endblock %}