{
  "service": "arc-ai-operator-worker",
  "version": "0.1.0",
  "operator_repo": "https://github.com/GareBear99/gh-ai-operator",
  "endpoints": {
    "GET /": "this card",
    "POST /review": "dispatch a code-review request (JSON body)"
  },
  "body_shape": {
    "target_url": "https://github.com/<owner>/<repo>  (or a PR URL)",
    "portfolio_issue": "<owner>/<repo>#<NN>   (optional)",
    "review_type": "Full repo review | Pull request review | Security | Performance | DSP | Trading | Determinism | General",
    "depth": "quick | standard | deep",
    "focus": "free-text"
  },
  "auth": "x-arc-token or body.token  (only required when WORKER_SHARED_SECRET is set)",
  "frontend": "https://garebear99.github.io/Portfolio/review.html"
}