ctx Setup
Install, upgrade, or verify the ctx persistent memory system.
Steps
Check if
ctxbinary is in PATH and get current version:command -v ctx && ctx versionCheck for updates from GitHub releases:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/check-update.shIf binary not found OR an update is available, install/upgrade from GitHub releases:
bash ${CLAUDE_PLUGIN_ROOT}/scripts/install-binary.shVerify database exists:
ls -la ~/.ctx/store.dbIf database missing, initialize:
ctx initShow current status:
ctx statusReport results to user: binary location, version, database path, node count, tier breakdown. If an upgrade was performed, mention the old and new versions.