[ LE GRAND LIVRE · 0.4.0 ]

A local searchable evidence layer for AI work history.

MiseLedger turns scattered AI work history into a searchable evidence graph. Built-in crawlers pull agent sessions, files, git history, and chat exports through one miseledger.adapter.v1 contract into SQLite, deduped and indexed with FTS5. Search and relate the evidence, branch and diff archives, and emit Brigade-ready evidence bundles. No network calls.

View on GitHub →

Part of the Brigade fleet · brigade.tools · escoffierlabs.dev

MiseLedger GitHub stars MiseLedger GitHub stars

[ WHAT IT DOES ]

One adapter contract

Everything enters through miseledger.adapter.v1 JSONL. Built-in crawlers and external exporters speak the same record shape.

Deduped and indexed

Normalized sources, collections, items, actors, and artifacts in SQLite with FTS5. Re-imports are idempotent.

Brigade evidence bundles

Emit structured bundles with provenance, snippets, and untrusted-context marking for run briefs and release evidence.

[ COMMANDS ]

init Create local config and SQLite archive under XDG paths.
crawl sessions Walk harness session logs into the archive with redaction.
search Query the FTS5 index across imported evidence.
evidence Emit a Brigade-ready evidence bundle.
doctor Validate config, archive integrity, and FTS coverage.

Full reference on GitHub.

[ INSTALL ]

Install MiseLedger, then wire it into Brigade when you want the station on your line:

Attach via Brigade: brigade add evidence

Brigade itself: brigade.tools · pipx install brigade-cli

[ MORE FROM ESCOFFIER LABS ]

Local-first tools for AI coding agents

One kitchen, one brigade. Each tool does one job well, and they share one reviewed source of memory, config, and receipts.

See the whole fleet at escoffierlabs.dev →