{
  "ok": true,
  "endpoint": "https://pointcast.xyz/api/queue",
  "kvBound": true,
  "usage": "POST body { type: \"pc-queue-v1\", sprintId? | custom?, comment?, from?, address?, timestamp }",
  "notes": [
    "One-click sprint-pick queue from /sprint.",
    "Either sprintId (matches src/lib/sprints.ts) or custom (free text).",
    "cc reads ?action=list at session start + hourly cron tick.",
    "Until PC_QUEUE_KV is bound in Cloudflare Pages env, POST returns 503."
  ],
  "spec": "https://pointcast.xyz/sprint"
}