{% extends "base.html" %} {% block content %}
What AI Knows

Your memory mirror

A clean view of the context your AI can use right now.
Active profile: {{ active_scope.label }}
Screenshot-friendly

About you

{% for item in sections['IDENTITY.md'][:8] %}
{{ item }}
{% else %}
(empty)
{% endfor %}

Preferences

{% for item in sections['PREFERENCES.md'][:8] %}
{{ item }}
{% else %}
(empty)
{% endfor %}

Memory health

Status: {{ health.label }}
{% for item in health.signals %}
{{ item }}
{% endfor %}

Corrections

{% for item in sections['CORRECTIONS.md'][:8] %}
{{ item }}
{% else %}
(empty)
{% endfor %}

Needs review

{% for item in tensions %}
{{ item }}
{% else %}
None detected.
{% endfor %}

Portable intelligence

{{ structured.active_fact_count }} active facts, {{ structured.derived_fact_count }} derived facts
{% for item in structured.highlights %}
{{ item }}
{% else %}
No derived structured highlights yet.
{% endfor %}

Why 8mem trusts this

{% for item in trust_basis %}
{{ item }}
{% else %}
Trust explanation will appear after the first saved memory.
{% endfor %}

Recent memory changes

{% for item in timeline %}
{{ item }}
{% endfor %}
{% if resolutions %}

Resolve contradictions

{% for item in resolutions %}
{{ item.title }}
{{ item.reason }}
{{ item.note }}
{{ item.action_label }}
{% endfor %}
{% endif %} {% endblock %}