Skip to main content

daimonopen-source CLI

Your agent forgets every session — then asserts what it half-remembers.

Memory anyone can verify

Other memory tools let the model grade its own homework. daimon shows you the transcript line, the exact quote, and a signature you can check offline.

1 · install the tool
uv tool install daimon-briefing
2 · connect it to Claude Code
daimon hooks install claude
Read the docs
DAIMON BRIEFING session end · 2026-08-06 21:14 UTC
verbatim "retry uses exponential backoff, cap 30s"
transcript line 214 checked
inferred cache layer is the bottleneck
stale config flag renamed — re-verify before use
signed ed25519 · sig 9f3c…a41b · daimon verify

A checkpoint verifying itself

A checkpoint is the signed record a session leaves behind — every line in it earns its class.

Every claim is re-checked against the transcript before it reaches your agent.

Verified means daimon found this exact quote in your transcript — matched after folding case, whitespace, and formatting, with elided spans allowed. It is a mechanical check, not a truth claim.

checkpoint replay
$ daimon checkpoint · verifying 23 claims…
"retry cap is 30s" L214 verbatim
"port is 8080" no match inferred
"flag renamed" code changed stale
… 20 more claims
signed ed25519 · sig 7e4c…02d1
19 verified, 3 downgraded, 1 flagged

How an item proves itself

at write time
verbatim "port is 8080"
transcript line 87 · sig 9f3c…a41b
21 days later
inferred "port is 8080"
quote no longer matches · downgraded automatically
class
earned by checking, never self-declared
exact words
quoted from the transcript, not paraphrased
receipt
the line number and signature you can look up

Every item above is checkable offline — without trusting us, the model, or this page.

uv tool install daimon-briefing

Apache-2.0Python stdlib onlyteam sync over gitv0.28.0 on PyPI