Setup

Install, upgrade, or verify ctx persistent memory system

Zate 9460a21 924 B Updated

File contents

ctx Setup

Install, upgrade, or verify the ctx persistent memory system.

Steps

  1. Check if ctx binary is in PATH and get current version:

    command -v ctx && ctx version
    
  2. Check for updates from GitHub releases:

    bash ${CLAUDE_PLUGIN_ROOT}/scripts/check-update.sh
    
  3. If binary not found OR an update is available, install/upgrade from GitHub releases:

    bash ${CLAUDE_PLUGIN_ROOT}/scripts/install-binary.sh
    
  4. Verify database exists:

    ls -la ~/.ctx/store.db
    
  5. If database missing, initialize:

    ctx init
    
  6. Show current status:

    ctx status
    
  7. Report results to user: binary location, version, database path, node count, tier breakdown. If an upgrade was performed, mention the old and new versions.

Zate/cc-plugins/tree/main/plugins/ctx/skills/setup commit 9460a216e3

Frequently asked questions

npx skillmds add zate/setup