@memdev/cli
v0.1.1
Published
Local-first, Git-integrated semantic memory CLI for repositories.
Downloads
3
Readme
@mem/cli
Semantic memory layer for Git. Installs hooks, captures commits/branches, and writes structured context into .mem/.
Install
npm install -g @mem/cliCommands
mem init— create.mem/, write default config, install git hooks.mem capture --commit <hash>— capture a commit’s message/diff into.mem/graph.jsonl.mem capture --branch <branch>— log a branch switch as context.mem timeline— show semantic steps grouped by branch.mem status— check hooks/config and last captured commit.
Config
.mem/mem.config.json holds LLM provider/model/env var. Keys are never stored; point to your env var.
Build locally
npm install
npm run buildCLI is invoked as
memvia thebinentry.
