diff --git a/.agents/docs/self-review-rules.md b/.agents/docs/self-review-rules.md index 7e5e427f1..952304bbc 100644 --- a/.agents/docs/self-review-rules.md +++ b/.agents/docs/self-review-rules.md @@ -6,6 +6,11 @@ Add here rules about reviewing AzerothCore PRs before they are submitted. Generi to the review process itself belong to the skill, not here. The [code-review.md](code-review.md) rules apply on top. +## Pinned review + +The report is pasted into the PR, so the review must be pinned to a commit: uncommitted changes +(except local-only tweaks) block the run, and fixes from a round are committed before the next one. + ## Regression risk Automated test coverage is near zero, so this review is the main safety net against regressions.