Fixes
- Root cause fix for upgrade not updating plugin registry — The upgrade skill was running
npx tsx src/cli.tsbut the upgrade command only copiedbuild/to the plugin cache, neversrc/. This meantsrc/cli.tswas always the original version from first install, so all new upgrade logic (registry updates, cache cleanup, version detection) never executed.- Skill now runs
node build/cli.js(always copied during upgrade) - Upgrade also copies
src/for consistency - All users will get the fix on their next
/context-mode:upgrade
- Skill now runs
Full Changelog: v0.9.4...v0.9.5