Skip to content

Commit 5c2f16a

Browse files
marcusgollclaude
andcommitted
chore(release): v11.8.4
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent ce5b006 commit 5c2f16a

File tree

2 files changed

+17
-1
lines changed

2 files changed

+17
-1
lines changed

CHANGELOG.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,22 @@
22

33
---
44

5+
## [11.8.4] - 2025-12-15
6+
7+
### ✨ Added
8+
9+
**Worktree Branch Sync**
10+
11+
- Worktrees now fetch `origin/main` before creating branches, ensuring they start up-to-date
12+
- New `worktree-manager.sh sync <slug>` command to rebase existing worktrees onto latest main
13+
- Prevents "This branch is out of date from base branch" warnings in GitHub PRs
14+
15+
### 🐛 Fixed
16+
17+
- Branches are now created from `origin/main` instead of local `main` which may be stale
18+
19+
---
20+
521
## [11.8.3] - 2025-12-15
622

723
### 🐛 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.3",
3+
"version": "11.8.4",
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)