Local-first · Evidence-backed · Cross-agent

Memory that can show its work.

A continuous memory system for coding agents that keeps raw evidence local, promotes reviewed knowledge, and measures whether retrieval actually helps.

01

Local evidence

Original records stay on your machine.

Reviewed memory

Human-reviewed, redacted, and versioned.

git

Private Git

Portable memory under your control.

>_

Coding agents

Codex, Claude Code, and OpenCode.

Evidence, judgment, and distribution are separate layers.

That boundary prevents a convenient summary from silently becoming authoritative memory.

[local]Privacy boundary

Raw transcripts, tool output, exposed reasoning records, and sensitive artifacts remain in the local evidence store by default.

sha256Evidence chain

Append-only records and content hashes make capture gaps and later changes visible instead of silently accepting them.

A→APortable memory

Only reviewed, redacted revisions enter the Git-friendly memory format shared across supported coding agents.

One bounded result, published with its limits.

The aggregate receipt is public. Raw execution evidence stays local to preserve the product’s privacy boundary.

Retrieval impact · frozen synthetic capability suite
20tasks
19wins
1tie
0losses
Baseline 1/20; memory-conditioned 20/20; all 40 arms were tool-free. Read the aggregate receipt ↗
d94616d82a66…38d852e7

Install the verified v0.2.0 release.

Release assets include checksums, provenance, and exact-archive acceptance receipts for hosted Windows and macOS runners.

PowerShellgit clone https://github.com/rrrrrredy/agent-memory-system.git cd agent-memory-system .\scripts\install.ps1 -Version v0.2.0
POSIX shellgit clone https://github.com/rrrrrredy/agent-memory-system.git cd agent-memory-system AGENTMEM_VERSION=v0.2.0 sh ./scripts/install.sh