decomposer: scaffold crucible-agent-build-source-connectors (tool)

This commit is contained in:
2026-09-01 13:57:19 +00:00
parent 7a75ba8cca
commit b4a4f51323
4 changed files with 68 additions and 1 deletions

25
input.schema.json Normal file
View File

@@ -0,0 +1,25 @@
{
"properties": {
"downstream_requirements": {
"items": {
"type": "string"
},
"type": "array"
},
"goal": {
"type": "string"
},
"source_types": {
"items": {
"type": "string"
},
"type": "array"
}
},
"required": [
"goal",
"source_types",
"downstream_requirements"
],
"type": "object"
}