{
  "service": "snare-dash-worker",
  "version": "v0.1.0",
  "build": "2026-04-24",
  "status": "live",
  "config": {
    "accountId": "U24854244",
    "watchlistSize": 10,
    "trailPct": 1,
    "maxSizeEur": 5000,
    "gates": {
      "spyPctMin": -1,
      "vixMax": 25,
      "blockedEvents": [
        "FOMC",
        "NFP",
        "POWELL",
        "CPI"
      ]
    }
  },
  "routes": [
    "/health",
    "/status",
    "/api/snares",
    "/api/weather",
    "/api/account",
    "/api/place",
    "/api/cancel",
    "/api/sundown",
    "/"
  ],
  "dataSources": {
    "snares": "mock",
    "weather": "mock",
    "account": "mock",
    "orders": "stub"
  },
  "notes": "v0.1.0 = Phase 1 mock per spec section 7.4. IBKR Client Portal API wires in Phase 2."
}