v11.8.2 - Worktree creation in /feature command
✨ Added
Worktree Creation in /feature Command
The /feature command now creates isolated git worktrees by default:
- Automatic worktree creation: Running
/feature "description"createsworktrees/feature/XXX-slug/instead of just a branch - State tracking: Stores
git.worktree_enabledandgit.worktree_pathin state.yaml - Clear output: Shows worktree path and
cdcommand for easy navigation - Graceful fallback: Falls back to regular branch if worktree creation fails
- Configurable: Set
worktrees.auto_create: falsein preferences to disable
This completes the v11.8.0 worktree-first safety model - now features actually create worktrees.
Full Changelog: v11.8.1...v11.8.2