Dashboard
Local observability for Archon projects — reads .archon/ ledgers and renders them as a visual dashboard. Distilgent's in-project implementation; other adopters can fork or point their own UI at the same schema.
| File | Role |
|---|---|
server.js | HTTP entry point; serves static UI + JSON APIs |
inference.js | Derives cross-ledger views (cadence, debt heat, drift timeline) |
providers.js | File-system ledger readers (soul, manifest, drift, debt, memos) |
schema.js | Canonical response shape for the dashboard API |
package.json | Node deps + npm scripts |
public/public-index | Static HTML shell |
public/css/styles | Dashboard CSS |
public/js/app | Client app bootstrap |
public/js/components | Shared UI components |
public/js/views | Dashboard view controllers |
public/js/views-trace | Trace / replay views |
public/js/workflow | Workflow visualisation |
public/js/workflow-data | Workflow data adapter |
See the Dashboard Redesign PRD for design intent and roadmap.