Context Mode Upgrade
Pull latest from GitHub and reinstall the plugin.
Instructions
- Derive the plugin root from this skill's base directory (go up 2 levels — remove
/skills/ctx-upgrade). - Run with Bash:
CLI="<PLUGIN_ROOT>/cli.bundle.mjs"; [ ! -f "$CLI" ] && CLI="<PLUGIN_ROOT>/build/cli.js"; node "$CLI" upgrade - IMPORTANT: After the Bash tool completes, re-display the key results as markdown text directly in the conversation so the user sees them without expanding the tool output. Format as:
Use## context-mode upgrade - [x] Pulled latest from GitHub - [x] Built and installed v0.9.13 - [x] npm global updated - [x] Hooks configured - [x] Permissions set - [x] Doctor: all checks PASS[x]for success,[ ]for failure. Show the actual version numbers and any warnings. Tell the user to restart their Claude Code session to pick up the new version.