{% extends "base.html" %} {% block content %}
Memory Passport

The memory your AI can finally keep.

Active profile: {{ active_scope.label }}
Portable memory ready
About you
{{ counts.identity }}
role, focus, projects
Preferences
{{ counts.preferences }}
tone, format, style
Corrections
{{ counts.corrections }}
mistakes 8mem should not repeat
{% if undo %}

Trust controls

{{ undo.detail }}
{% endif %}

Your memory map

{% for file in memory_state %}
{{ file.label }} {{ file.friendly_desc }} {% if file.preview %}
{{ file.preview[0] }}
{% endif %}
{% endfor %}

Memory health

Status: {{ health.label }}
{% for item in health.signals %}
{{ item }}
{% 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 %}