decomposer: scaffold crucible-agent-create-commit-registry (tool)
This commit is contained in:
45
output.schema.json
Normal file
45
output.schema.json
Normal file
@@ -0,0 +1,45 @@
|
||||
{
|
||||
"properties": {
|
||||
"agent_entrypoint": {
|
||||
"type": "string"
|
||||
},
|
||||
"commit_reference": {
|
||||
"type": "string"
|
||||
},
|
||||
"configured_capabilities": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"implementation_status": {
|
||||
"type": "string"
|
||||
},
|
||||
"implementation_summary": {
|
||||
"type": "string"
|
||||
},
|
||||
"implemented_files": {
|
||||
"items": {
|
||||
"type": "string"
|
||||
},
|
||||
"type": "array"
|
||||
},
|
||||
"target_repository_url": {
|
||||
"type": "string"
|
||||
},
|
||||
"validation_results": {
|
||||
"type": "object"
|
||||
}
|
||||
},
|
||||
"required": [
|
||||
"target_repository_url",
|
||||
"implementation_status",
|
||||
"implemented_files",
|
||||
"agent_entrypoint",
|
||||
"configured_capabilities",
|
||||
"commit_reference",
|
||||
"implementation_summary",
|
||||
"validation_results"
|
||||
],
|
||||
"type": "object"
|
||||
}
|
||||
Reference in New Issue
Block a user