Brain · Memory proof

Memory proof

Prove your RepoOps memory is versioned, exportable, and lineage-tracked. A read-only proof view, composed on the server from your own brain, so it shows only what the code actually produced.

Where to find it

  • Localhost: /memory-integrity.html?repo=<id>
  • API: GET /api/brain-pack/integrity?repo=<id>
  • Keyboard: K then memory proof
  • Sidebar: Brain → Memory proof

What it does for you

Versioned, with a content-addressed stamp.Every export carries a schema version and a hash: a per-item content hash plus a whole-pack fingerprint over those item hashes. Any edit to the knowledge changes the hash, so the record is tamper-evident.
A one-click verified export.The Download verified export button POSTs /api/brain-pack/export and hands you a transfer-redacted snapshot of your brain as JSON. Secrets and absolute paths are stripped at the transfer floor before anything leaves.
Lineage you can read, honest-empty when empty.The append-only A to B to C chain records every brain the knowledge passed through. A fresh brain shows a real version and export with an honest-empty chain, never a fabricated history.

How to read it

Pick a repo. The page renders three cards from GET /api/brain-pack/integrity: Versioned (pack fingerprint, redaction floor, item hashes), Exportable (item count, total size, counts by kind), and Lineage-tracked (repos, engineers, chain depth). The system of record is your local brain; a pack is a redacted snapshot taken at the export boundary.

Read more