Documentation
README
cc10x Update
Safe upgrade that preserves your local modifications to cached skill files.
Workflow: Discover versions → Stash local diffs → Pull upstream → Rebuild cache → Rebase patches → Verify.
Paths (Resolve Once)
REGISTRY="$HOME/.claude/plugins/installed_plugins.json"
KNOWN_MARKETPLACES="$HOME/.claude/plugins/known_marketplaces.json"
CACHE_ROOT="$HOME/.claude/plugins/cache/cc10x/cc10x"
BACKUP_DIR="$HOME/.claude/plugins/cache/cc10x/_backup_$(date +%Y%m%d_%H%M%S)"
Read installed_plugins.json → extract cc10x@cc10x entry. If missing → STOP.
Read known_marketplaces.json → extract cc10x.installLocation → MARKETPLACE_ROOT.
Verify $MARKETPLACE_ROOT/.git exists. If missing → STOP.
This is the opening of the README. Read the full README on GitHub.