You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This commit was created on GitHub.com and signed with GitHub’s verified signature.
Added
New claude_plugin_hook_deepwork_invocation review rule in plugins/claude/.deepreview that flags plugin hook scripts which call bare deepwork without a uvx deepwork fallback
Changed
Fixed
Plugin hook scripts (post_commit_reminder.sh, deepschema_write.sh, post_compact.sh) now fall back to uvx deepwork when the bare deepwork binary is not on PATH. End-user installs launch the MCP server via uvx deepwork serve, so deepwork is not available as a command — previously these hooks failed with exit 127 on every Bash tool use, and Claude Code reported them as failed PostToolUse hooks (regression introduced in PR #361)