Skip to content

Commit f9e3f02

Browse files
committed
docs: update command counts across all documentation files
- Update CHANGELOG.md: 16 -> 19 commands in v0.1.0 description - Update docs/architecture.md: 5 SDS -> 8 SDS commands - Update specify.md.j2 template: 16 -> 19 commands in MetaSpec composability note
1 parent f2b5060 commit f9e3f02

File tree

3 files changed

+4
-4
lines changed

3 files changed

+4
-4
lines changed

CHANGELOG.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

docs/architecture.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,8 +56,8 @@ src/metaspec/templates/
5656
api-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)

src/metaspec/templates/meta/sdd/commands/specify.md.j2

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff 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

0 commit comments

Comments
 (0)