{% extends "base.html" %} {% import "_links.html" as links with context %} {% import "_icons.html" as icons %} {% block title %}Cairn Dashboard{% endblock %} {% block view_title %}Overview{% endblock %} {% block content %}

Cairn Dashboard

Read-only view over the graph DB: {{ db_path }}

{#- FR-003: a selected store rides every landing-card link (links.url); empty selection keeps the bare hrefs, byte-identical. The glyphs come from the same _icons macro the sidebar renders. -#}
{{ icons.svg('workspaces', 18) }} Workspaces Local stores, one click away {{ icons.svg('projects', 18) }} Projects & index status Indexed repos and embeddings {{ icons.svg('graph', 18) }} Graph explorer Interactive symbol graph {{ icons.svg('history', 18) }} Tool-call history Every recorded invocation {{ icons.svg('tokens', 18) }} Token usage Context cost per tool {{ icons.svg('chains', 18) }} Session chains Calls grouped per session {{ icons.svg('health', 18) }} Health Same checks as cairn doctor {{ icons.svg('memory', 18) }} Memory Recent tribal knowledge {{ icons.svg('wiki', 18) }} Wiki Generated project pages {{ icons.svg('tasks', 18) }} Task queue LLM synthesis jobs {{ icons.svg('embeddings', 18) }} Embeddings Backend, stamp, per-corpus state {{ icons.svg('settings', 18) }} Settings Embedding config + parity check
{% endblock %}