chore(schema): update JSON schema for start_work.worktree field
This commit is contained in:
@@ -3912,10 +3912,15 @@
|
||||
"auto_commit": {
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
},
|
||||
"worktree": {
|
||||
"default": true,
|
||||
"type": "boolean"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"auto_commit"
|
||||
"auto_commit",
|
||||
"worktree"
|
||||
],
|
||||
"additionalProperties": false
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user