{% extends "base.html" %} {% block title %}AtlasBridge Dashboard — Home{% endblock %} {% block content %}
The AtlasBridge database has not been created. Run a supervised session to start collecting data:
atlasbridge run claude
| Session ID | Tool | Status | Started | Label |
|---|---|---|---|---|
| {{ s.id[:12] }}… | {{ s.tool }} | {{ s.status }} | {{ s.started_at }} | {{ s.label or '—' }} |
No sessions recorded yet.
{% endif %} {% endif %} {% endblock %}