First public release of @mindmux/brain-md
A persistent memory layer for coding agents: durable project decisions as Markdown, read and written through one zero-dependency brain CLI.
Highlights
- First public release on npm under the
@mindmuxscope: a persistent memory layer for coding agents — durable project decisions as Markdown, read and written through one zero-dependencybrainCLI. - Install-first toolkit, no clone required:
npm install -g @mindmux/brain-md
brain setup -y # install skills into detected agents
brain init # in a project: BRAIN.md + brain/ + wire CLAUDE.md / AGENTS.md- Single command surface:
brain setup/uninstallfor the machine,brain init/wire/ page commands for the project. - Skills install into common agent skill dirs (Claude Code, Codex, Cursor, Pi, OpenCode).
- Correct-by-construction CLI: reads (
brain-dir,list-pages,read-page,read-root) and writes (create-page,update-truth,append-timeline,update-root), with an optional pre-commit hook forreindex+lint-links.
Install notes
- Prefer a global install if you want bare
brainonPATH;npxalone does not leavebrainonPATH. - If an old unscoped
brain-mdis installed globally, uninstall it first to avoidEEXISTon thebrainbin.