{% extends "base.html" %} {% block title %}Handoffs — Vigil{% endblock %} {% block content %}
Session boundaries between agents. Most recent first.
{{ h.ended_at or h.started_at or "—" }}
{{ h.summary or "No summary provided." }}
{% if h.files_touched %}{{ f }}
{% endfor %}
No handoffs recorded yet.
vigil handoff --agent myagent --summary "Completed auth module"