You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat(worktrees): integrate worktree creation into /feature command
- Load worktrees.auto_create preference (default: true)
- Call worktree-manager.sh create instead of git checkout -b
- Store worktree path in state.yaml (git.worktree_enabled, git.worktree_path)
- Display worktree path in success message with cd instructions
- Graceful fallback to regular branch if worktree creation fails
Now /feature commands create isolated worktrees by default, enabling
parallel development with multiple Claude Code instances.
🤖 Generated with [Claude Code](https://claude.com/claude-code)
Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
0 commit comments