chore: regenerate config schema

This commit is contained in:
justsisyphus
2026-02-01 17:00:26 +09:00
parent 08c699dbc1
commit 0dafdde173

View File

@@ -81,6 +81,7 @@
"sisyphus-junior-notepad",
"start-work",
"atlas",
"unstable-agent-babysitter",
"stop-continuation-guard"
]
}
@@ -2748,6 +2749,19 @@
}
}
},
"babysitting": {
"type": "object",
"properties": {
"enabled": {
"default": false,
"type": "boolean"
},
"timeout_ms": {
"default": 120000,
"type": "number"
}
}
},
"git_master": {
"type": "object",
"properties": {