{% extends "base.html" %} {% block title %}Trace Entry #{{ index }} — AtlasBridge{% endblock %} {% block content %} {% if not trace_available %}
The decision trace file does not exist yet. Enable autopilot and run a session to generate trace data:
atlasbridge autopilot enable atlasbridge run claude
Entry #{{ index }} does not exist in the current trace file.
| {{ key }} |
{% if key in ('hash', 'prev_hash') %}
{{ value }}
{% elif key == 'excerpt' %}
Show content{{ value }}
|
|---|
{% if index > 0 %} ← Previous · {% endif %} Next → · Integrity
{% endif %} {% endblock %}