File tree Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Expand file tree Collapse file tree 4 files changed +31
-3
lines changed Original file line number Diff line number Diff line change @@ -9,6 +9,29 @@ and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0
99
1010---
1111
12+ ## [ 0.5.7] - 2025-11-14
13+
14+ ### 📝 Documentation
15+
16+ ** SDS Workflow Clarification**
17+ - Distinguished core vs optional commands (aligned with [ GitHub spec-kit] ( https://github.com/github/spec-kit ) pattern)
18+ - Added Simple Path (2-4 commands) and Complex Path (5-7 commands) workflows
19+ - Clarified ` /metaspec.sds.implement ` creates specification documents, NOT code
20+ - Marked complex-path-only commands with ⭐ (plan, tasks, implement)
21+
22+ ** Updated files** :
23+ - ` README.md ` : Command listings with workflow annotations
24+ - ` AGENTS.md ` : Added two workflow paths with examples
25+ - ` src/metaspec/templates/base/.metaspec/README.md.j2 ` : Template for generated speckits
26+
27+ ** Impact** :
28+ - Reduces confusion about "must use all 8 commands"
29+ - Prevents misunderstanding that ` implement ` generates code
30+ - Clearer guidance for choosing simple vs complex specification workflows
31+ - All newly generated speckits will include improved documentation
32+
33+ ---
34+
1235## [ 0.5.6] - 2025-11-14
1336
1437### 🐛 Bug Fixes
Original file line number Diff line number Diff line change @@ -486,7 +486,12 @@ uv run mypy src/metaspec # Type check
486486
487487## 🏗️ Status
488488
489- ** Current Version** : v0.5.6 (Alpha) 🚀
489+ ** Current Version** : v0.5.7 (Alpha) 🚀
490+
491+ ** Latest Updates** (v0.5.7):
492+ - 📝 Clarified SDS workflow with Simple vs Complex paths
493+ - 📝 Distinguished core/optional commands (aligned with GitHub spec-kit)
494+ - 📝 Prevented confusion: ` sds.implement ` creates docs NOT code
490495
491496** Core Features** :
492497- ✅ Meta-specification framework with YAML validation
Original file line number Diff line number Diff line change 11[project ]
22name = " meta-spec"
3- version = " 0.5.6 "
3+ version = " 0.5.7 "
44description = " Meta-specification framework for generating Spec-Driven X (SD-X) toolkits for AI agents"
55readme = " README.md"
66requires-python = " >=3.11"
Original file line number Diff line number Diff line change 55from YAML definitions.
66"""
77
8- __version__ = "0.5.6 "
8+ __version__ = "0.5.7 "
99
1010__all__ = ["__version__" ]
1111
You can’t perform that action at this time.
0 commit comments