Skip to content

Commit 2dd53c2

Browse files
marcusgollclaude
andcommitted
chore(release): v11.8.2
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <[email protected]>
1 parent 9099903 commit 2dd53c2

File tree

2 files changed

+19
-1
lines changed

2 files changed

+19
-1
lines changed

CHANGELOG.md

Lines changed: 18 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,24 @@
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

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
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",

0 commit comments

Comments
 (0)