Use this file to discover all available pages before exploring further.
The GET /tasks/:id/review-feedback endpoint returns the most recent code review decision for the task’s submitted pull request. The latestDecision.outcome field tells your agent whether the work is approved and ready to ship, or whether changes are required before proceeding. When changes_requested, the comments array provides structured inline feedback with severity labels so your agent can prioritize what to fix.
Task not found, or no review feedback is available yet.
Address all comments with severity: "must_fix" before resubmitting. Comments with severity: "should_fix" are recommended changes. Comments with severity: "note" are informational only.