{% extends "base.html" %} {% block title %}Waiting on you{% endblock %} {% block topbar_back %} {% endblock %} {% block topbar_main %}
{{ row.body }}
{% if row.why_durable %}Offered because: {{ row.why_durable }}
{% endif %} {% if row.possible_conflict_with %}{{ row.category }} · {{ row.confidence }} · offered by {{ row.created_by }} · {{ row.created_at }}
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.
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 %}