Memorable

An agent finishes a task; Memorable stores how it was done and replays it when a similar task returns. Storage stays on your side and consent is fail-closed.

Quickstart

Two minutes. Signing in links this machine to your workspace; the default backend is a standalone local store, and on a machine running gbrain you can point it at your own database with memorable init gbrain afterwards.

connect this machine
npx memorable-cli@latest login   # opens a browser, approves this machine
memorable enable          # explicit write consent, nothing is stored before this
no node or npm on this machine
curl -fsSL https://memorable.sh/install.sh | sh   # then: memorable login
store a procedure, then find it
memorable ingest trace.json
memorable recall "rotate the TLS cert"
memorable show <slug>     # guarded, injection-safe rendering
memorable list            # everything stored, newest first

For agents

Telling a coding agent "use memorable" is enough, every step is a plain CLI call it can run itself. The drop-in file lives on AGENTS.md.

one line
memorable agents-md >> AGENTS.md