fix(review): 리뷰 거버넌스 순환 대기 해소#17
Conversation
There was a problem hiding this comment.
Noema PydanticAI review
The PR resolves a circular wait problem in the central review workflow by precisely excluding only the checks ("opencode-review" and "metadata-only gate evaluation") that directly depend on the reviewer as upstream inputs. The gating logic is updated to reflect this, with both the code and central-review.yml changed accordingly. Additional tests confirm correct contract enforcement for these exceptions, and regression tests verify that similarly-named but non-exact checks remain blocking. All current checks pass, no security or dependency findings are open, and test coverage is robust for the gating logic. Approving.
Findings
-
No blocking findings.
-
Result: APPROVE
-
Verdict: approve
-
Confidence: high
-
Head SHA:
3e733119ab6cd4342d644a09a000113ceb2620d1 -
Reviewer credential:
noema-github-app
문제
Noema가 모든 non-OpenCode current-head check 완료를 기다리면서, 정작 리뷰 결과를 소비하는 metadata-only gate evaluation도 선행조건으로 취급했습니다. 이 메타데이터 게이트는 OpenCode 또는 구조화 리뷰 승인을 기다리므로 Noema와 상호 대기합니다.
수정
검증