chore: regenerate config schema
This commit is contained in:
parent
08c699dbc1
commit
0dafdde173
@ -81,6 +81,7 @@
|
|||||||
"sisyphus-junior-notepad",
|
"sisyphus-junior-notepad",
|
||||||
"start-work",
|
"start-work",
|
||||||
"atlas",
|
"atlas",
|
||||||
|
"unstable-agent-babysitter",
|
||||||
"stop-continuation-guard"
|
"stop-continuation-guard"
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
@ -2748,6 +2749,19 @@
|
|||||||
}
|
}
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
"babysitting": {
|
||||||
|
"type": "object",
|
||||||
|
"properties": {
|
||||||
|
"enabled": {
|
||||||
|
"default": false,
|
||||||
|
"type": "boolean"
|
||||||
|
},
|
||||||
|
"timeout_ms": {
|
||||||
|
"default": 120000,
|
||||||
|
"type": "number"
|
||||||
|
}
|
||||||
|
}
|
||||||
|
},
|
||||||
"git_master": {
|
"git_master": {
|
||||||
"type": "object",
|
"type": "object",
|
||||||
"properties": {
|
"properties": {
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user