{
  "name": "cf-sub-agent-io-demo",
  "description": "Minimal public repro for spawning an agents subAgent from a WebSocket message handler.",
  "routes": {
    "GET /http-spawn": "Control path: calls parent.spawnChild() over RPC.",
    "WS /ws": "Repro path: send any message; onMessage calls parent.spawnChild()."
  }
}