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": {
"default": true,
"type": "boolean"
},
"worktree": {
"default": true,
"type": "boolean"
}
},
"required": [
"auto_commit"
"auto_commit",
"worktree"
],
"additionalProperties": false
},