Skip to content

Commit 398213d

Browse files
marcusgollclaude
andcommitted
chore: release v11.0.1
Fixes: - CLAUDE.md update mechanism with marker-based system - Local-only workflows without GitHub requirement 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
1 parent 0de4ce3 commit 398213d

File tree

3 files changed

+17
-1
lines changed

3 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.0.1] - 2025-12-09
6+
7+
### 🐛 Fixed
8+
9+
**CLAUDE.md Update Mechanism**
10+
- Fixed `npx spec-flow update` not properly updating CLAUDE.md spec-flow section
11+
- Implemented marker-based update system (`<!-- SPEC-FLOW-START -->` / `<!-- SPEC-FLOW-END -->`)
12+
- Handles legacy format migration and full spec-flow CLAUDE.md files
13+
14+
**Local-Only Workflow Support**
15+
- Fixed `/feature` command failing in repositories without GitHub integration
16+
- When GitHub is unavailable, gracefully falls back to local feature creation
17+
- Uses feature description as slug for local-only workflows
18+
19+
---
20+
521
## [11.0.0] - 2025-12-09
622

723
### 💥 Breaking Changes

content.pdf

7.96 MB
Binary file not shown.

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.0.0",
3+
"version": "11.0.1",
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)