fix(plugin): bump to 0.1.19 so the hook fixes actually reach installs #83
Reference in New Issue
Block a user
Delete Branch "dev"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Follow-up to #82. The hook fixes landed on
mainbut could not reach an install.c569cddrewrote all four hook scripts without bumping the manifest. The version is what the installer compares, so/pluginreported "already at the latest version (0.1.18)" and never refreshed its cache.Both halves of the install were observably out of step:
The marketplace clone pulls on its own. The cache is what executes, and it is only re-copied when the version changes — so a
plugin/change without a bump ships to the repo and stops there.This is the #1040 lesson, recorded in milestone #232's own verification section ("Any
plugin/change bumpsplugin.jsonin the same commit") and missed anyway. Nothing enforces it:plugin/**triggers no CI workflow at all (#2204), so neither the missing bump nor the three broken scripts could have been caught automatically.After merge:
/pluginupdate +/reload-pluginsshould report 0.1.19, and/tmp/scribe-autoinject/+/tmp/scribe-priorart/should come into existence on the next prompt and file edit.🤖 Generated with Claude Code
https://claude.ai/code/session_01UaYUaouG9jjhATyuxCKrQs