fix(plugin): bump to 0.1.10 to ship the auto-inject hook #75
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?
Why
The knowledge auto-inject (Path A)
UserPromptSubmithook (scribe_autoinject.sh+hooks.jsonentry) was merged to main in PR #74 but the plugin version was never bumped — left at0.1.9, last bumped pre-auto-inject. TheautoUpdatemarketplace keys its cache snapshot by version string, so it saw0.1.9already installed and never re-pulled. The hook was on main but stranded: uninstallable, not running in any session.Fix
Bump
plugin/.claude-plugin/plugin.json0.1.9→0.1.10. Once on main, the marketplace detects the new version and pulls the snapshot containing the auto-inject hook. Operator restarts their session to activate (hooks load at SessionStart).Verify after merge + session restart
~/.claude/plugins/cache/scribe-plugin/scribe/0.1.10/hooks/hooks.jsoncontainsUserPromptSubmitretrieval_logsbegins recordingsource='auto_inject'rowsScribe issue: #1040 (milestone #93).
🤖 Generated with Claude Code