memory-markdown-cli
v0.1.1
Published
Local-first project memory CLI for AI-assisted coding
Maintainers
Readme
memory-markdown-cli
Local-first project memory CLI for AI-assisted coding.
Install
npm i -g memory-markdown-cliCommands
memory install
memory initmemory install creates global user config in ~/.memory-markdown/config.json.
memory init creates a .memory/ directory in the current project with:
core.mddecisions.mdlearnings.mdpreferences.md
It also creates or updates project-level agent guidance:
- Creates
AGENT.mdif missing - Creates
README.mdif missing - Appends an
## Agent Memory Policysection toREADME.mdwhen not present
The command is idempotent and skips existing files.
