chore(schema): update JSON schema for start_work.worktree field
This commit is contained in:
@@ -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
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user