Skip to content

Commit 5d7917b

Browse files
marcusgollclaude
andcommitted
chore: release v11.1.0
🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude <[email protected]>
1 parent 074afd9 commit 5d7917b

File tree

3 files changed

+44
-1
lines changed

3 files changed

+44
-1
lines changed

CHANGELOG.md

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

33
---
44

5+
## [11.1.0] - 2025-12-09
6+
7+
### ✨ Added
8+
9+
**/quick Command - Task() Orchestrator Pattern**
10+
11+
The `/quick` command now uses the same Task() isolation architecture as `/feature` and `/epic` for consistent behavior across all workflow commands.
12+
13+
- **quick-worker agent**: New isolated agent for atomic quick change execution
14+
- Domain detection (backend/frontend/test/docs)
15+
- Test framework detection and execution
16+
- Style guide validation (when UI changes detected)
17+
- Automatic commit with conventional message
18+
19+
- **Delimiter-based returns**: Agent uses structured protocol
20+
- `---COMPLETED---` with files_changed, commit_sha, summary, tests, style_guide
21+
- `---NEEDS_INPUT---` with questions for test failures or ambiguous domains
22+
- `---FAILED---` with reason and recovery steps
23+
24+
- **Full Q&A support**: Orchestrator handles question batching for test failure decisions
25+
26+
### 🔧 Changed
27+
28+
- `quick.md` v2.0: Converted from 8-step inline process to lightweight Task() orchestrator
29+
- Steps 1-3 (argument parsing, scope validation, branch) remain inline for UX
30+
- Steps 4-8 (implementation, tests, validation, commit) now isolated via Task()
31+
32+
---
33+
534
## [11.0.1] - 2025-12-09
635

736
### 🐛 Fixed

README.md

Lines changed: 14 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -283,6 +283,20 @@ See a complete feature workflow in [`specs/001-example-feature/`](specs/001-exam
283283
284284
## 🆕 Recent Updates
285285
286+
### v11.1.0 (December 2025)
287+
288+
**/quick Command - Task() Orchestrator Pattern** - Consistent architecture across all workflow commands
289+
290+
- **quick-worker agent**: Isolated agent for atomic quick change execution
291+
- Domain detection (backend/frontend/test/docs)
292+
- Test framework detection and execution
293+
- Style guide validation (UI changes)
294+
- Automatic commit with conventional message
295+
- **Delimiter-based returns**: `---COMPLETED---`, `---NEEDS_INPUT---`, `---FAILED---`
296+
- **Full Q&A support**: Test failure decisions batched to main context
297+
298+
---
299+
286300
### v11.0.0 (December 2025)
287301
288302
**Imperative Task() Architecture** - Commands now properly spawn isolated agents

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