decomposer: scaffold crucible-agent-create-production (tool)

This commit is contained in:
2026-08-09 15:10:41 +00:00
parent a7449be401
commit c8cfcf0407

27
output.schema.json Normal file
View File

@@ -0,0 +1,27 @@
{
"properties": {
"container_artifacts": {
"type": "object"
},
"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",
"container_artifacts"
],
"type": "object"
}