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

This commit is contained in:
2026-08-09 15:09:02 +00:00
parent c22cad9787
commit f3a9c13f43

19
input.schema.json Normal file
View File

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