Commit 6291d91
committed
docs: fix SDS/SDD command count documentation bug
Fixed incorrect command counts across all documentation:
Core Issue:
- SDS commands: 5 → 8 (was missing: plan, tasks, implement)
- Total commands: 16 → 19 (correct: 8 SDS + 8 SDD + 3 Evolution)
Files Fixed:
1. README.md
- Quick start example: Added all 8 SDS and 8 SDD commands
2. src/metaspec/templates/base/.metaspec/README.md.j2
- Header: 16 → 19 commands
- SDS section: 5 → 8 commands, added plan/tasks/implement
- Project structure: 16 → 19 commands
3. src/metaspec/templates/base/AGENTS.md.j2
- For Developers section: 16 → 19 commands with breakdown
4. docs/quickstart.md
- Command usage comment: 16 → 19 commands
5. docs/architecture.md
- Template structure: SDS 5 → 8 commands
Impact:
- All generated speckits will now show correct command counts
- Documentation consistency across project
- Bug reported in v0.5.5 resolved
Verification:
✅ File system has 8 SDS + 8 SDD + 3 Evolution = 19 commands
✅ Documentation now matches implementation1 parent ecb58d0 commit 6291d91
File tree
5 files changed
+19
-8
lines changed- docs
- src/metaspec/templates/base
- .metaspec
5 files changed
+19
-8
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
372 | 372 | | |
373 | 373 | | |
374 | 374 | | |
375 | | - | |
| 375 | + | |
376 | 376 | | |
377 | 377 | | |
| 378 | + | |
378 | 379 | | |
| 380 | + | |
379 | 381 | | |
| 382 | + | |
| 383 | + | |
380 | 384 | | |
381 | | - | |
| 385 | + | |
382 | 386 | | |
383 | 387 | | |
| 388 | + | |
384 | 389 | | |
| 390 | + | |
385 | 391 | | |
| 392 | + | |
| 393 | + | |
386 | 394 | | |
387 | 395 | | |
388 | 396 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | | - | |
| 44 | + | |
45 | 45 | | |
46 | 46 | | |
47 | 47 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
103 | 103 | | |
104 | 104 | | |
105 | 105 | | |
106 | | - | |
| 106 | + | |
107 | 107 | | |
108 | 108 | | |
109 | 109 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
21 | | - | |
| 21 | + | |
22 | 22 | | |
23 | | - | |
| 23 | + | |
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | 27 | | |
28 | 28 | | |
29 | 29 | | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
30 | 33 | | |
31 | 34 | | |
32 | 35 | | |
| |||
168 | 171 | | |
169 | 172 | | |
170 | 173 | | |
171 | | - | |
| 174 | + | |
172 | 175 | | |
173 | 176 | | |
174 | 177 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
268 | 268 | | |
269 | 269 | | |
270 | 270 | | |
271 | | - | |
| 271 | + | |
272 | 272 | | |
273 | 273 | | |
274 | 274 | | |
| |||
0 commit comments