Summary
The documented UI rereview path says operators can request review from ai-review / aireview to trigger Kodiai, but in practice Kodiai is not actually part of that team path, so the UI rerereview workflow does not work as advertised.
Problem
Current runbooks and handler behavior imply this flow is valid:
- request review from
ai-review / aireview
- expect Kodiai to treat the resulting
pull_request.review_requested as a manual rereview trigger
In practice, the operator report is that this does not work because Kodiai is not actually a member/target of that team path.
Impact
- UI-based rerereview is misleading/broken for operators
- debugging gets harder because the documented manual trigger path is not actually available
- operators must fall back to comment-based triggers like
@kodiai review
Expected
Either:
ai-review / aireview is a real working team-based trigger path for Kodiai, or
- docs/config/behavior stop claiming that it is.
Suggested follow-up
- verify the real GitHub reviewer/team topology
- decide whether to wire Kodiai into a real rereview team path or remove the team-based path from docs/config
- add an operator proof test or runbook check so this cannot silently drift again
Summary
The documented UI rereview path says operators can request review from
ai-review/aireviewto trigger Kodiai, but in practice Kodiai is not actually part of that team path, so the UI rerereview workflow does not work as advertised.Problem
Current runbooks and handler behavior imply this flow is valid:
ai-review/aireviewpull_request.review_requestedas a manual rereview triggerIn practice, the operator report is that this does not work because Kodiai is not actually a member/target of that team path.
Impact
@kodiai reviewExpected
Either:
ai-review/aireviewis a real working team-based trigger path for Kodiai, orSuggested follow-up