Skip to content

v1.0.1

Choose a tag to compare

@fxjs fxjs released this 20 Jul 01:50

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 entrypoint
  • cbm.ps1 — Windows PowerShell entrypoint
  • install/install.sh — Linux / macOS installer
  • install/install.ps1 — Windows installer
  • share/cbm/rules/codebase-memory.md — default rule template
  • SHA256SUMS — SHA-256 checksum manifest for all assets
  • cbm.sha256, cbm.ps1.sha256 — per-asset checksums

Updater notes

  • cbm update self downloads the latest cbm-tool release asset and verifies its SHA-256 checksum before replacing the installed script.
  • cbm update codebase-memory-mcp runs the official upstream updater and is separate from cbm-tool's own update mechanism.

Verify downloads

sha256sum -c SHA256SUMS

On Windows:

Get-FileHash -Path cbm.ps1 -Algorithm SHA256