@@ -182,12 +182,12 @@ cd my-speckit
182182my-speckit info # Use directly (no metaspec prefix!)
183183
184184# Generated speckits include built-in MetaSpec commands (AI-assisted development)
185- # MetaSpec Commands: /metaspec.sds.*, /metaspec.sdd.*, /metaspec.* (15 commands total)
185+ # MetaSpec Commands: /metaspec.sds.*, /metaspec.sdd.*, /metaspec.* (16 commands total)
186186```
187187
188188** Key Principle** : MetaSpec is a ** generator** , not a runtime. Generated speckits are independent tools.
189189
190- ** Built-in MetaSpec Workflow** : Every speckit includes 15 MetaSpec commands for complete development lifecycle (4 SDS + 8 SDD + 3 Evolution)
190+ ** Built-in MetaSpec Workflow** : Every speckit includes 16 MetaSpec commands for complete development lifecycle (5 SDS + 8 SDD + 3 Evolution)
191191
192192---
193193
@@ -243,7 +243,7 @@ MetaSpec is designed for AI agents with strong reasoning capabilities. Speckit c
243243
244244| Tool | Purpose | Built-in? | Access Method |
245245| ------| ---------| -----------| --------------|
246- | ** MetaSpec Commands** | Complete spec-driven workflow (15 commands) | ✅ Yes | ` /metaspec.sds.* ` , ` /metaspec.sdd.* ` , ` /metaspec.* ` slash commands in generated speckits |
246+ | ** MetaSpec Commands** | Complete spec-driven workflow (16 commands) | ✅ Yes | ` /metaspec.sds.* ` , ` /metaspec.sdd.* ` , ` /metaspec.* ` slash commands in generated speckits |
247247
248248** Complete Workflow** :
249249
@@ -423,7 +423,7 @@ uv run mypy src/metaspec # Type check
423423
424424** v0.1.0** - Alpha Release 🎉
425425
426- Core features complete: YAML validation, multi-domain generation, CLI tools, AI agent support, built-in MetaSpec commands (15 commands: 4 SDS + 8 SDD + 3 Evolution), unified spec interface.
426+ Core features complete: YAML validation, multi-domain generation, CLI tools, AI agent support, built-in MetaSpec commands (16 commands: 5 SDS + 8 SDD + 3 Evolution), unified spec interface.
427427
428428---
429429
0 commit comments