Releases: fxjs/cbm-tool
Release list
v1.0.3
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 entrypoint (UTF-8 BOM; prefers npm.cmdshim)install/install.sh— Linux / macOS installer (supportscurl ... | bashone-liner)install/install.ps1— Windows PowerShell installer (supportsirm ... | iex)install/install.cmd— Windows CMD installer (supports CMD one-liner)share/cbm/rules/codebase-memory.md— default rule templateSHA256SUMS— SHA-256 checksum manifest for all assetscbm.sha256,cbm.ps1.sha256— per-asset checksums
One-liners
Linux / macOS:
curl -fsSL https://github.com/fxjs/cbm-tool/releases/latest/download/install.sh | bashWindows PowerShell:
irm https://github.com/fxjs/cbm-tool/releases/latest/download/install.ps1 | iexWindows CMD:
curl -fsSL -o %TEMP%\cbm-install.cmd https://github.com/fxjs/cbm-tool/releases/latest/download/install.cmd && %TEMP%\cbm-install.cmdUpdater 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 SHA256v1.0.2
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 installer (supportscurl ... | bashone-liner)install/install.ps1— Windows installer (supportsirm ... | iexone-liner)share/cbm/rules/codebase-memory.md— default rule templateSHA256SUMS— SHA-256 checksum manifest for all assetscbm.sha256,cbm.ps1.sha256— per-asset checksums
One-liners
Linux / macOS:
curl -fsSL https://github.com/fxjs/cbm-tool/releases/latest/download/install.sh | bashWindows:
irm https://github.com/fxjs/cbm-tool/releases/latest/download/install.ps1 | iexUpdater 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 SHA256v1.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 SHA256v1.0.0
Full Changelog: https://github.com/fxjs/cbm-tool/commits/v1.0.0