decomposer: scaffold crucible-agent-create-commit-registry (tool)

This commit is contained in:
2026-08-31 14:48:27 +00:00
parent 65fdde15ac
commit de91ff188d
4 changed files with 124 additions and 1 deletions

45
output.schema.json Normal file
View 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"
}