File tree Expand file tree Collapse file tree 2 files changed +19
-1
lines changed
Expand file tree Collapse file tree 2 files changed +19
-1
lines changed Original file line number Diff line number Diff line change 22
33---
44
5+ ## [ 11.8.2] - 2025-12-15
6+
7+ ### ✨ Added
8+
9+ ** Worktree Creation in /feature Command**
10+
11+ The ` /feature ` command now creates isolated git worktrees by default:
12+
13+ - ** Automatic worktree creation** : Running ` /feature "description" ` creates ` worktrees/feature/XXX-slug/ ` instead of just a branch
14+ - ** State tracking** : Stores ` git.worktree_enabled ` and ` git.worktree_path ` in state.yaml
15+ - ** Clear output** : Shows worktree path and ` cd ` command for easy navigation
16+ - ** Graceful fallback** : Falls back to regular branch if worktree creation fails
17+ - ** Configurable** : Set ` worktrees.auto_create: false ` in preferences to disable
18+
19+ This completes the v11.8.0 worktree-first safety model - now features actually create worktrees.
20+
21+ ---
22+
523## [ 11.8.1] - 2025-12-15
624
725### 🐛 Fixed
Original file line number Diff line number Diff line change 11{
22 "name" : " spec-flow" ,
3- "version" : " 11.8.1 " ,
3+ "version" : " 11.8.2 " ,
44 "description" : " Spec-Driven Development workflow toolkit for Claude Code - Build high-quality features faster with repeatable AI workflows" ,
55 "keywords" : [
66 " claude" ,
You can’t perform that action at this time.
0 commit comments