Commit efd2548
committed
fix: add missing 4 SDS commands to generator
Bug: generator.py only registered 4 SDS commands, but we have 8 template files
Fixed:
- Added missing commands to sds_commands list:
- plan (plan protocol architecture)
- tasks (break down specification work)
- implement (write spec documents)
- checklist (quality checklist)
- Updated comment: 4 commands → 8 commands
- Updated meta/README.md command list
Now metaspec init will generate all 19 commands:
- 8 SDS commands ✅
- 8 SDD commands ✅
- 3 Evolution commands ✅
Files changed:
- src/metaspec/generator.py
- src/metaspec/templates/meta/README.md1 parent 319b338 commit efd2548
2 files changed
+14
-5
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
274 | 274 | | |
275 | 275 | | |
276 | 276 | | |
277 | | - | |
| 277 | + | |
278 | 278 | | |
279 | 279 | | |
280 | 280 | | |
281 | | - | |
| 281 | + | |
282 | 282 | | |
283 | 283 | | |
284 | 284 | | |
285 | | - | |
| 285 | + | |
286 | 286 | | |
| 287 | + | |
| 288 | + | |
| 289 | + | |
| 290 | + | |
287 | 291 | | |
288 | 292 | | |
289 | 293 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
| 32 | + | |
33 | 33 | | |
34 | 34 | | |
35 | 35 | | |
| |||
120 | 120 | | |
121 | 121 | | |
122 | 122 | | |
123 | | - | |
| 123 | + | |
124 | 124 | | |
125 | 125 | | |
126 | 126 | | |
| |||
129 | 129 | | |
130 | 130 | | |
131 | 131 | | |
| 132 | + | |
| 133 | + | |
| 134 | + | |
| 135 | + | |
132 | 136 | | |
133 | 137 | | |
134 | 138 | | |
135 | 139 | | |
| 140 | + | |
136 | 141 | | |
137 | 142 | | |
138 | 143 | | |
| |||
0 commit comments