Install git-wt helper with stack support for multi-agent workflows
/plugin marketplace add bengous/claude-code-plugins/plugin install git-worktree@bengous-plugins# Git Worktree Setup You are installing the git worktree convention enforcement system. ## What This Installs 1. **`git-wt` helper** - Creates worktrees at `../<repo>.wt/<name>/` with stack support for multi-agent orchestration 2. **`git-worktree-hook`** - Claude Code PreToolUse hook that blocks incorrect paths 3. **CLAUDE.md update** - Adds convention to global instructions 4. **Settings hook** - Registers the PreToolUse hook ## Your Task ### Step 1: Check Current State Check what's already installed: ### Step 2: Run Installation If not already installed, run: ### Step 3: Repo...