Stats
Actions
Tags
From jj-worktree-compat
Runs a shell script on session start to initialize the plugin environment. Executes bash commands.
1 event · 1 hook
Where this hook configuration is defined
Defined in hooks/hooks.json
Event handlers and matchers — expand Raw Configuration for the full JSON
command -v jj >/dev/null 2>&1 || { echo 'jj-tools: jj (Jujutsu) is required but not found. Install: https://jj-vcs.github.io/jj/latest/install-and-setup/' >&2; exit 1; }5msnpx claudepluginhub get-real-xr/agent-plugins --plugin jj-worktree-compat