fix(plugin): bump to 0.1.10 to ship the auto-inject hook #75

Merged
bvandeusen merged 1 commits from dev into main 2026-06-22 22:08:25 -04:00
Owner

Why

The knowledge auto-inject (Path A) UserPromptSubmit hook (scribe_autoinject.sh + hooks.json entry) was merged to main in PR #74 but the plugin version was never bumped — left at 0.1.9, last bumped pre-auto-inject. The autoUpdate marketplace keys its cache snapshot by version string, so it saw 0.1.9 already installed and never re-pulled. The hook was on main but stranded: uninstallable, not running in any session.

Fix

Bump plugin/.claude-plugin/plugin.json 0.1.90.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.json contains UserPromptSubmit
  • retrieval_logs begins recording source='auto_inject' rows

Scribe issue: #1040 (milestone #93).

🤖 Generated with Claude Code

## Why The knowledge auto-inject (Path A) `UserPromptSubmit` hook (`scribe_autoinject.sh` + `hooks.json` entry) was merged to main in PR #74 but the plugin **version was never bumped** — left at `0.1.9`, last bumped pre-auto-inject. The `autoUpdate` marketplace keys its cache snapshot by version string, so it saw `0.1.9` already installed and never re-pulled. The hook was on main but stranded: uninstallable, not running in any session. ## Fix Bump `plugin/.claude-plugin/plugin.json` `0.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.json` contains `UserPromptSubmit` - `retrieval_logs` begins recording `source='auto_inject'` rows Scribe issue: #1040 (milestone #93). 🤖 Generated with [Claude Code](https://claude.com/claude-code)
bvandeusen added 1 commit 2026-06-22 22:07:29 -04:00
Path A's UserPromptSubmit hook (scribe_autoinject.sh) + hooks.json were
merged to main in PR #74 but the plugin version was never bumped, so the
autoUpdate marketplace (keyed by version string) never re-pulled the
snapshot — the hook was stranded, uninstallable, and not running in any
session. Bumping the version is what makes installs detect and pull it.

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
Claude-Session: https://claude.ai/code/session_01Xz4j1H7pjYSjKsEpgcNH5E
bvandeusen merged commit 03772ff424 into main 2026-06-22 22:08:25 -04:00
Sign in to join this conversation.
No Reviewers
No Label
1 Participants
Notifications
Due Date
No due date set.
Dependencies

No dependencies set.

Reference: bvandeusen/FabledScribe#75