{% extends "base.html" %} {% block content %}
Trust workflow

Memory Inbox

Review possible memory and resolve contradictions before they shape agent behavior.
Active scope: {{ active_scope.label }}
Human-in-the-loop

Inbox status

Status: {{ health.label }}
{% if undo %}
{% endif %}

Pending memory reviews

{% for item in items %}
{{ item.title }}
{{ item.reason }}
{{ item.note }}
{% if item.kind == 'proposal' %}
{% endif %} {% if item.id == 'emoji_guidance' %}
{% endif %} {% if item.id == 'detail_conflict' %}
{% endif %} {% if item.id == 'format_conflict' %}
{% endif %} {% if item.href %} {{ item.action_label }} {% endif %}
{% else %}
No pending memory reviews
No possible memory or contradiction item is waiting for action.
{% endfor %}
{% endblock %}