.stencila/db.sqlite3
Workflow run history — execution results, node metrics, context snapshots, artifacts, and logs. Agent tool guard events — Warnand Denyverdicts from the tool guard system are recorded for post-hoc review. Each event captures the session, agent, trust level, tool name, input, matched segment, verdict, rule, and optional reason/suggestion. Allowverdicts are not recorded.
.stencila/
How sync works
Git tracks a small JSON manifest file ( .stencila/db.json) that describes the database state: which base snapshot to use and which changesets to apply on top of it. Stencila Cloud stores the actual data as content-addressed blobs: compressed database snapshots and incremental changesets.
pushpull
Getting started
Further reading
Syncing guide — first-time setup, push/pull workflow, team collaboration Under the hood — how SQLite sessions, content addressing, and schema migrations work Troubleshooting — verify, reset, and common issues