File tree Expand file tree Collapse file tree 3 files changed +4
-4
lines changed
src/metaspec/templates/meta/sdd/commands Expand file tree Collapse file tree 3 files changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -1072,7 +1072,7 @@ metaspec search → metaspec install → speckit cmd
10721072- ` metaspec spec ` unified interface (deprecated in 0.2.0)
10731073- ` metaspec register ` local registration (deprecated in 0.2.0)
10741074- Community registry integration
1075- - MetaSpec workflow commands (16 commands: 5 SDS + 8 SDD + 3 Evolution)
1075+ - MetaSpec workflow commands (19 commands: 8 SDS + 8 SDD + 3 Evolution)
10761076- Generic and dev templates
10771077- AGENTS.md for AI assistant guidance
10781078
Original file line number Diff line number Diff line change @@ -56,8 +56,8 @@ src/metaspec/templates/
5656api-test-kit/ # Generated speckit
5757│
5858├── .metaspec/
59- │ ├── commands/ # MetaSpec development commands (16 commands)
60- │ │ ├── metaspec.sds.*.md # Protocol specification (5 commands)
59+ │ ├── commands/ # MetaSpec development commands (19 commands)
60+ │ │ ├── metaspec.sds.*.md # Protocol specification (8 commands)
6161│ │ ├── metaspec.sdd.*.md # Speckit development (8 commands)
6262│ │ └── metaspec.*.md # Evolution management (3 commands)
6363│ └── templates/ # MetaSpec shared output templates (5 files)
Original file line number Diff line number Diff line change @@ -645,7 +645,7 @@ Option C: Composed (Recommended)
645645```
646646
647647**MetaSpec's Composability**:
648- - MetaSpec itself uses `meta/` spec system (16 commands)
648+ - MetaSpec itself uses `meta/` spec system (19 commands)
649649- Spec-Kit uses `library/sdd/spec-kit/` spec system
650650- OpenSpec uses `library/sdd/openspec/` spec system
651651- Your speckit can choose/compose these systems
You can’t perform that action at this time.
0 commit comments