Run Sonnet-as-Judge
trigger_judgeQueue an AI judge to grade recent fix quality across accessible projects. Each project receives a batch job; scores land asynchronously for later review via query.
Instructions
Queue the Sonnet-as-Judge to grade recent fix quality across accessible projects. Returns { dispatched: number } — one judge-batch job per project; scores land asynchronously in judge_results (read back with run_nl_query). Write; consumes LLM budget. Idempotent within a short window. Use before shipping to vet fix quality; use get_fix_timeline to inspect a single attempt instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | Max reports to judge in this batch (default 25, max 100) | |
| projectId | No | Restrict to one project when the API key owns multiple |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| dispatched | Yes | Number of judge-batch jobs dispatched (one per accessible project) |