{% extends "base.html" %} {% block title %}Rollups — digest{% endblock %} {% block content %}

Rollups

{% if rollups %} {% else %}

No rollups yet. Sessions will generate them automatically on end / compact, or run claude-almanac recall rollup-now to create one now.

{% endif %}
{% endblock %}