decomposer: scaffold crucible-agent-maintain-only-latest (tool)

This commit is contained in:
2026-08-09 15:09:03 +00:00
parent f3a9c13f43
commit fca29cfc00

23
output.schema.json Normal file
View File

@@ -0,0 +1,23 @@
{
"properties": {
"current_status_implementation": {
"type": "object"
},
"endpoint_check_implementation": {
"type": "object"
},
"service_specification": {
"type": "object"
},
"target_management_implementation": {
"type": "object"
}
},
"required": [
"service_specification",
"target_management_implementation",
"endpoint_check_implementation",
"current_status_implementation"
],
"type": "object"
}