Land completed issue work (merge worktree branch)
/plugin marketplace add evil-mind-evil-sword/idle/plugin install idle@idleloop/# Land Command Merge a completed issue's worktree branch into the base branch and clean up. ## Usage ## Prerequisites Before landing: 1. Issue work is complete (tests pass, reviewed) 2. Worktree has no uncommitted changes 3. Main branch is clean ## Workflow 1. **Validate worktree exists**: 2. **Check worktree is clean** (both staged and unstaged): 3. **Check worktree has commits**: 4. **Check main branch is clean** (both staged and unstaged): 5. **Attempt fast-forward merge**: 6. **Push changes**: 7. **Clean up worktree and branch**: 8. **Update ti...