f6baa41b2c
CI / test (pull_request) Successful in 14s
CI / review (gpt-4.1, gpt, GPT_REVIEW_TOKEN) (pull_request) Successful in 23s
CI / review (gpt-5, security, SECURITY_REVIEW.md, SECURITY_REVIEW_TOKEN) (pull_request) Successful in 42s
CI / review (gpt-5, sonnet, SONNET_REVIEW_TOKEN) (pull_request) Successful in 1m31s
The strict authorship check compared reviewer-name to User.Login which could mismatch. The sentinel is already role-specific (e.g. <!-- review-bot:sonnet -->) and Gitea's API blocks editing others' comments (403). Defense-in-depth via login comparison is unnecessary complexity that introduced a bug. Removed.