Stats
Actions
Tags
From jj-workflow
Manages Jujutsu workspaces with create/remove hooks and blocks git commands while guarding jj commit messages. Enforces a jj-only workflow via bash scripts.
3 events · 4 hooks
Safety signals detected in this hook configuration
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
Bashbash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/block-git.shbash ${CLAUDE_PLUGIN_ROOT}/hooks/scripts/guard-jj-message.sh*jj workspace add "$WORKTREE_NAME" --revision @ && cd "$WORKTREE_NAME" && jj new @ && echo "$(pwd)"*jj workspace forget "$WORKTREE_NAME" 2>/dev/null || true; rm -rf "$WORKTREE_NAME" 2>/dev/null || truenpx claudepluginhub kalupa/jj-workflow --plugin jj-workflow