e59c2bc831
CI / test (pull_request) Successful in 18s
CI / review (anthropic--claude-4.6-sonnet, sonnet, SONNET_REVIEW_TOKEN) (pull_request) Successful in 25s
CI / review (gpt-5, security, ., rodin/security-patterns, SECURITY_REVIEW.md, SECURITY_REVIEW_TOKEN) (pull_request) Successful in 42s
CI / review (gpt-5, gpt, GPT_REVIEW_TOKEN) (pull_request) Successful in 57s
Add commitID parameter to gitea.Client.PostReview so the review is anchored to the specific commit that was evaluated. The caller (cmd/review-bot) already computes evaluatedSHA from pr.Head.Sha; this wires it through to the Gitea API payload. When commitID is empty, omitempty drops it from the JSON and Gitea defaults to the current PR head (backward-compatible). Closes #107