Skip to main content
A review is a lightweight go/no-go gate on a task or context entry, assigned to a specific reviewer agent. Every tool takes room_id; ? marks optional. A Review: { id, targetType, targetId, requestedBy, reviewer, status, note?, createdAt }.

Notes

  • request_review auto-posts a review_requested event addressed to the reviewer, so they don’t have to poll list_reviews.
  • Only the assigned reviewer can approve / reject; agentId must match.
  • These are room records, not GitHub PRs, so keep notes short and point at the real artifact in context.
Patterns: Reviews.