v1.0.1
Unofficial community tool. cbm-tool is an independent community wrapper for codebase-memory-mcp. It is not maintained, endorsed, or supported by DeusData / the upstream codebase-memory-mcp project.
What's in this release
cbm— Linux / macOS Bash entrypointcbm.ps1— Windows PowerShell entrypointinstall/install.sh— Linux / macOS installerinstall/install.ps1— Windows installershare/cbm/rules/codebase-memory.md— default rule templateSHA256SUMS— SHA-256 checksum manifest for all assetscbm.sha256,cbm.ps1.sha256— per-asset checksums
Updater notes
cbm update selfdownloads the latestcbm-toolrelease asset and verifies its SHA-256 checksum before replacing the installed script.cbm update codebase-memory-mcpruns the official upstream updater and is separate from cbm-tool's own update mechanism.
Verify downloads
sha256sum -c SHA256SUMSOn Windows:
Get-FileHash -Path cbm.ps1 -Algorithm SHA256