feat(sdd): guard built-in SDD with experimental.sdd flag

This commit is contained in:
Jerop Kipruto
2026-03-17 14:14:35 -04:00
parent e1352ba8f2
commit b9c46d362b
5 changed files with 71 additions and 3 deletions
@@ -1955,6 +1955,15 @@ const SETTINGS_SCHEMA = {
description: 'Enable Plan Mode.',
showInDialog: true,
},
sdd: {
type: 'boolean',
label: 'Spec-Driven Development (SDD)',
category: 'Experimental',
requiresRestart: true,
default: false,
description: 'Enable built-in Spec-Driven Development (SDD) workflow.',
showInDialog: true,
},
taskTracker: {
type: 'boolean',
label: 'Task Tracker',