{
  "name": "agent-native-hack-idle-discovery",
  "description": "Internal-track submission: an agent that wakes with no queued task, self-selects one goal from bounded live signals via a stateless AIsa-metered call, executes it as real GitHub writes on this repo and an independent counterparty repo, and checkpoints every episode for offline replay. Cotal mesh coordination is real but not yet live - logged in, ACL-blocked on send pending a mesh-operator grant; not currently coordinating over it.",
  "agent_surface": "MCP server",
  "endpoints": {
    "trigger": "/trigger",
    "checkpoints": "/checkpoints",
    "checkpoint_by_id": "/checkpoints/{id}",
    "mcp": "/mcp"
  },
  "mcp": {
    "url": "https://agent-native-hack.cloudflare-driveway392.workers.dev/mcp",
    "transport": "json-rpc-2.0-over-http",
    "tools": [
      "run_idle_discovery_episode"
    ]
  },
  "track": "internal",
  "repo": "https://github.com/qte77/2026-08-26-AgentNativeHack-FT-CF-SF"
}