chore(schema): update JSON schema for start_work.worktree field

This commit is contained in:
acamq
2026-03-11 19:00:47 -06:00
parent 0be58b3c54
commit 3c5278fafb
+6 -1
View File
@@ -3912,10 +3912,15 @@
"auto_commit": { "auto_commit": {
"default": true, "default": true,
"type": "boolean" "type": "boolean"
},
"worktree": {
"default": true,
"type": "boolean"
} }
}, },
"required": [ "required": [
"auto_commit" "auto_commit",
"worktree"
], ],
"additionalProperties": false "additionalProperties": false
}, },