Run Sonnet-as-Judge
trigger_judgeQueues an automated judge to evaluate recent fix quality across projects, returning a job count for each. Use before shipping to validate fixes; scores land asynchronously.
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) |