Skip to content

Commit 8bb20f6

Browse files
author
Odin Worker
committed
chore: release v11.9.1
1 parent 45bb188 commit 8bb20f6

3 files changed

Lines changed: 38 additions & 1 deletion

File tree

CHANGELOG.md

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

33
---
44

5+
## [11.9.1] - 2026-04-23
6+
7+
### ✨ Added
8+
9+
**Source-of-Truth Contract for the Spec-Flow Source Repo**
10+
11+
- Added `CONTEXT.md` to lock the repo boundary between source/distribution assets and downstream consumer-project state
12+
- Declared `.spec-flow/` as the shared canon and `.claude/` / `.codex/` as adapter surfaces over that canon
13+
- Reclassified checked-in examples and maintainer docs so public docs only describe shipped, user-facing surfaces
14+
15+
### 🔧 Improved
16+
17+
**Workflow Surface Truthfulness**
18+
19+
- Public docs now distinguish installer CLI commands (`npx spec-flow ...`) from installed workflow commands
20+
- `spec-cli.py` now documents planned and compatibility-only surfaces honestly instead of implying full shared runtimes where none are shipped
21+
- Shared epic and scheduler support now route the shipped subset through shared scripts while clearly labeling the remaining planned runtime
22+
23+
### 🐛 Fixed
24+
25+
**Shared Engine Compatibility and CI**
26+
27+
- Replaced broken phase shell payloads with executable compatibility shims for `tasks`, `validate`, `implement`, and `preview`
28+
- Added missing PowerShell wrapper coverage for shipped shared-script entrypoints
29+
- Fixed `check-prerequisites.sh` ShellCheck compliance so `main` CI is green again before release
30+
531
## [11.9.0] - 2025-12-16
632

733
### ✨ Added

README.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -312,6 +312,17 @@ workspaces after installation.
312312
313313
## 🆕 Recent Updates
314314
315+
### v11.9.1 (April 2026)
316+
317+
**Source-of-Truth Cleanup and Honest Engine Surfaces** - Align the shipped package with the repo's real public and internal boundaries
318+
319+
- **Locked domain contract**: Added `CONTEXT.md` to define source-repo ownership, consumer-project boundaries, and canonical terms
320+
- **Truthful command surfaces**: Public docs now clearly separate `npx spec-flow ...` installer commands from installed workflow commands
321+
- **Honest shared engine**: `spec-cli.py` now labels planned surfaces and compatibility shims explicitly instead of failing through missing-file behavior
322+
- **Safer compatibility path**: Phase shim entrypoints for `tasks`, `validate`, `implement`, and `preview` now fail cleanly with structured guidance
323+
324+
---
325+
315326
### v11.9.0 (December 2025)
316327

317328
**shadcn/ui Integration with Token Bridge Pattern** - Generate OKLCH tokens + shadcn-compatible CSS variables

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