{% extends "system_base.html" %} {% block title %}developer — defossil{% endblock %} {% block system_content %}
Tools for working on defossil itself — each one breaks a rule the app normally keeps.
The last report is #{{ last.id }} ({{ last.created_at|dt }}), over corrections #{{ last.first_correction_id }} → #{{ last.last_correction_id }}.
Deleting it reopens its correction window, so the pipeline rebuilds the report on a later sweep — the way to try a changed report prompt on the same data. Pause the pipeline first if the prompt is not ready yet.
{% else %}No reports yet — nothing to delete.
{% endif %} {% endblock %}