feat(sdd): update commands to use colon separator format (/spec:<action>)

This commit is contained in:
Jerop Kipruto
2026-03-17 14:34:08 -04:00
parent c94253e4a7
commit 50ec385843
13 changed files with 54 additions and 41 deletions
+7
View File
@@ -2733,6 +2733,13 @@
"default": true,
"type": "boolean"
},
"sdd": {
"title": "Spec-Driven Development (SDD)",
"description": "Enable built-in Spec-Driven Development (SDD) workflow.",
"markdownDescription": "Enable built-in Spec-Driven Development (SDD) workflow.\n\n- Category: `Experimental`\n- Requires restart: `yes`\n- Default: `false`",
"default": false,
"type": "boolean"
},
"taskTracker": {
"title": "Task Tracker",
"description": "Enable task tracker tools.",