{ "$schema": "https://json-schema.org/draft/2020-12/schema", "worktree": { "bgIsolation": "worktree", "baseRef": "fresh" }, "hooks": { "SessionStart": [ { "hooks": [ { "type": "command", "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/worktree-guard.sh\" notice" } ] } ], "PreToolUse": [ { "matcher": "Edit|Write|NotebookEdit", "hooks": [ { "type": "command", "command": "bash \"$CLAUDE_PROJECT_DIR/.claude/hooks/worktree-guard.sh\" block" } ] } ] } }