{% if injections %} {% for inj in injections %} {% endfor %} {% else %} {% endif %}
Time Memory Resource Session
{{ inj.injected_at[:16] }}
#{{ inj.memory_id }}

{{ inj.content[:80] }}{% if inj.content|length > 80 %}...{% endif %}

{% if inj.resource == 'hot-cache' %} hot-cache {% else %} working-set {% endif %} {{ inj.session_id[:8] if inj.session_id else '—' }}

No injections recorded yet

Injections are logged when memories are included in Claude's context

{% if total_pages > 1 %}
Page {{ page }} of {{ total_pages }}
{% if page > 1 %} {% endif %} {% if page < total_pages %} {% endif %}
{% endif %}