This repository was archived by the owner on Jun 23, 2026. It is now read-only.
v0.5.2 — cosmetic loose-ends: dynamic --version, pm2 hints, install paths
[0.5.2] — 2026-05-17
Three cosmetic loose-ends from the v0.5.0/0.5.1 renaming sweep.
Fixed
- CLI
--versionoutput now reads frompackage.jsondynamically
(was a hardcoded string insrc/cli/index.ts, stale after build).
Future bumps automatically reflect intencentdb-mem --versiononce
rebuilt — no second place to update. install.shPM2 hint messages now suggest
--name tencentdb-memory-scheduler(three locations) instead of the
legacyclaude-mem-schedulername.install.sh"Install first" hint pins the current version
(#v0.5.2) instead of an older tag.claude-code-integration/scheduler.cjstemplate install-comment
references the new path~/.claude/hooks/tencentdb-memory/...(was
~/.claude/hooks/claude-mem/...).
Build
- Pre-publish
npm run buildruns as part ofprepack; dist artifacts
bundled match the source version after this release.