{% extends "base.html" %} {% block title %}Waiting on you{% endblock %} {% block topbar_back %} {% endblock %} {% block topbar_main %}

Waiting on you

Suggestions, not memories. None of these is being recalled. {% endblock %} {% block content %}
{% if rows %} {% for row in rows %}

{{ row.title }}

{{ row.body }}

{% if row.why_durable %}

Offered because: {{ row.why_durable }}

{% endif %} {% if row.possible_conflict_with %}
This may contradict something already remembered. Read both before keeping this one.
{% endif %}

{{ row.category }} · {{ row.confidence }} · offered by {{ row.created_by }} · {{ row.created_at }}

{% if row.possible_conflict_with %} {% else %} {% endif %}
{% endfor %} {% else %}

Nothing waiting

Capture is set to {{ capture_mode }} for this project.

{% if capture_mode == 'off' %}

Nothing is being captured or suggested. Change it with flanner mem mode suggest.

{% elif capture_mode == 'explicit' %}

Only what somebody asks to remember is kept, so nothing will ever appear here.

{% else %}

Suggestions appear here when an agent offers something worth remembering.

{% endif %}
{% endif %}
Discarding removes a suggestion entirely. A queue that remembers everything anybody turned down stops being a queue.
{% endblock %}