Skip to content

Commit 4bb8555

Browse files
committed
chore: release v11.4.2
1 parent 3a1ed3d commit 4bb8555

File tree

2 files changed

+40
-1
lines changed

2 files changed

+40
-1
lines changed

CHANGELOG.md

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

33
---
44

5+
## [11.4.2] - 2025-12-14
6+
7+
### 🔧 Refactored
8+
9+
**Epic Workflow Simplification (80% reduction)**
10+
11+
Major refactoring of `implement-epic.md` to improve maintainability and reusability.
12+
13+
- **implement-epic.md**: Reduced from 1,578 to 314 lines
14+
- Extracted error handling to reusable skill
15+
- Extracted sprint utilities to bash script
16+
- References shared components instead of inline code
17+
- Cleaner orchestration-only focus
18+
19+
- **error-recovery skill**: New reusable skill for failure classification
20+
- Distinguishes critical vs fixable failures
21+
- Auto-fix strategies with retry logic
22+
- Progressive delays (5s, 10s, 15s)
23+
- Consistent error reporting format
24+
25+
- **sprint-utils.sh**: New utilities for sprint operations
26+
- `validate` - Check sprint directories
27+
- `status` - Get sprint status as JSON
28+
- `consolidate` - Aggregate layer results
29+
- `check-contracts` - Validate contract compliance
30+
31+
- **Agent routing documentation**: Clear decision tree for agent selection
32+
- When to use worker vs specialist agents
33+
- Phase agent vs implementation agent rules
34+
- Anti-patterns to avoid
35+
36+
- **Workflow repair command**: New `/workflow repair` for state recovery
37+
- Diagnose corrupted state.yaml
38+
- Clear stale locks in domain-memory.yaml
39+
- Reset to known good phase
40+
- Rebuild state from artifacts
41+
42+
---
43+
544
## [11.4.0] - 2025-12-14
645

746
### ✨ Added

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