{% extends "base.html" %} {% block title %}AtlasBridge Dashboard — Workspaces{% endblock %} {% block content %}
The AtlasBridge database has not been created. Run a supervised session to start collecting data:
atlasbridge run claude
Workspace governance: trust state, posture bindings, and session activity.
| Path | Trust | Expires | Profile | Autonomy | Actor | Created |
|---|---|---|---|---|---|---|
| {{ w.path }} | {% if w.trust_state == 'trusted' %} trusted {% elif w.trust_expired %} expired {% else %} untrusted {% endif %} | {% if w.trust_expires_at %} {{ w.trust_expires_at|timeago }} {% else %} — {% endif %} | {{ w.profile_name or '—' }} | {{ w.autonomy_default or '—' }} | {{ w.actor or '—' }} | {{ w.created_at|timeago }} |
No workspaces recorded yet. Use the form above to grant trust to a workspace path.
{% endif %} {% endif %} {% endblock %}