mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-04-23 11:34:44 -07:00
feat(sdd): guard built-in SDD with experimental.sdd flag
This commit is contained in:
@@ -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',
|
||||
|
||||
Reference in New Issue
Block a user