{ "$schema": "https://json-structure.org/meta/core/v0/#", "$id": "https://raw.githubusercontent.com/api-evangelist/aider/refs/heads/main/json-structure/aider-cli-shell-result-structure.json", "name": "ShellResult", "description": "ShellResult schema from Aider CLI", "type": "object", "properties": { "exit_code": { "type": "int32", "description": "Process exit code.", "example": 0 }, "stdout": { "type": "string", "example": "12 passed in 1.42s" }, "stderr": { "type": "string", "example": "" } } }