{
  "ok": true,
  "endpoint": "https://pointcast.xyz/api/nouns-battler/ops",
  "kvBound": true,
  "type": "nouns-battler-ops-v1",
  "storage": {
    "binding": "PC_QUEUE_KV",
    "prefix": "btl:ops:",
    "keyShape": "btl:ops:{isoTimestamp}:{missionId}:{hash}",
    "ttlDays": 30
  },
  "actions": [
    "claim",
    "report",
    "handoff"
  ],
  "statuses": [
    "claimed",
    "working",
    "blocked",
    "submitted",
    "handoff"
  ],
  "usage": {
    "list": "GET ?action=list&limit=20",
    "post": {
      "type": "nouns-battler-ops-v1",
      "action": "claim|report|handoff",
      "missionId": "season-six-expansion-scout",
      "handle": "operator-name",
      "artifact": "optional short artifact",
      "status": "claimed|working|blocked|submitted|handoff",
      "proofUrl": "optional https URL",
      "notes": "optional public note"
    }
  },
  "guardrails": [
    "Claims and reports are public for 30 days.",
    "Use a short public handle only; no auth or verified wallet claim in this sprint.",
    "A missing proof URL is a proof gap, not a failure to hide.",
    "Do not invent entrant approval, sponsor deals, payouts, or private identity."
  ]
}