npx claudepluginhub max-sixty/worktrunk --plugin worktrunkDefined in .claude-plugin/hooks/hooks.json
bash "${CLAUDE_PLUGIN_ROOT}/.claude-plugin/hooks/wt.sh" config state marker clear || truebash "${CLAUDE_PLUGIN_ROOT}/.claude-plugin/hooks/wt.sh" config state marker set 💬 || truejq -r '.name' | xargs -I{} bash "${CLAUDE_PLUGIN_ROOT}/.claude-plugin/hooks/wt.sh" switch --create {} --no-cd --format=json | jq -r '.path'jq -r '.worktree_path' | xargs bash "${CLAUDE_PLUGIN_ROOT}/.claude-plugin/hooks/wt.sh" remove -D --foregroundbash "${CLAUDE_PLUGIN_ROOT}/.claude-plugin/hooks/wt.sh" config state marker set 🤖 || trueAutomates git worktree management using wt CLI on WorktreeCreate/Remove events and sets status markers (💬, 🤖) with wt config state on Notification/UserPromptSubmit/SessionEnd. Uses jq for JSON parsing. No bash or file writes.
Share bugs, ideas, or general feedback.