generated from MrSphay/codex-agent-repository-kit
Add autonomous MrTrust target integration contract
All checks were successful
Build MrTrust / build (push) Successful in 2m45s
All checks were successful
Build MrTrust / build (push) Successful in 2m45s
This commit is contained in:
@@ -13,6 +13,34 @@
|
||||
"description": {
|
||||
"type": "string"
|
||||
},
|
||||
"mrtrustIntegration": {
|
||||
"type": "object",
|
||||
"required": ["contract", "agentRunbook", "prompt", "standaloneExecutable", "publicThumbprint"],
|
||||
"properties": {
|
||||
"contract": {
|
||||
"type": "string"
|
||||
},
|
||||
"agentRunbook": {
|
||||
"type": "string"
|
||||
},
|
||||
"prompt": {
|
||||
"type": "string"
|
||||
},
|
||||
"standaloneExecutable": {
|
||||
"type": "string"
|
||||
},
|
||||
"publicThumbprint": {
|
||||
"type": "string"
|
||||
},
|
||||
"sourceRepository": {
|
||||
"type": "string"
|
||||
},
|
||||
"releasePage": {
|
||||
"type": "string"
|
||||
}
|
||||
},
|
||||
"additionalProperties": true
|
||||
},
|
||||
"agentResponsibilities": {
|
||||
"type": "array",
|
||||
"items": {
|
||||
|
||||
Reference in New Issue
Block a user