greentic-runner-dev 1.1.26959530802

Greentic runner binaries and re-exported host/new-runner APIs
{
  "operations": [
    {
      "id": "run",
      "input": {
        "schema": {
          "type": "object",
          "properties": {
            "message": { "type": "string" }
          },
          "required": ["message"]
        }
      },
      "output": {
        "schema": {
          "type": "object",
          "properties": {
            "ok": { "type": "boolean" }
          },
          "required": ["ok"]
        }
      }
    }
  ],
  "config_schema": {
    "type": "object",
    "properties": {
      "count": { "type": "integer" }
    }
  }
}