docs: Add Request Changes feature to dispatch-events and server-api docs

This commit is contained in:
Lukas May
2026-03-05 11:34:27 +01:00
parent 06b768e358
commit 8ae3916c90
2 changed files with 5 additions and 2 deletions

View File

@@ -113,6 +113,7 @@ Each procedure uses `require*Repository(ctx)` helpers that throw `TRPCError(INTE
| getPhaseReviewCommits | query | List commits between initiative and phase branch |
| getCommitDiff | query | Diff for a single commit (by hash) in a phase |
| approvePhaseReview | mutation | Approve and merge phase branch |
| requestPhaseChanges | mutation | Request changes: creates revision task from unresolved comments, resets phase to in_progress |
| listReviewComments | query | List review comments by phaseId |
| createReviewComment | mutation | Create inline review comment on diff |
| resolveReviewComment | mutation | Mark review comment as resolved |