chore: update ai-review findings [skip ci]

This commit is contained in:
AI Review Bot
2026-05-15 05:10:10 +00:00
parent 8744ffbe0c
commit af7cc4d9da
8 changed files with 11 additions and 8 deletions
+1 -1
View File
@@ -7,7 +7,7 @@ When the task is to triage review findings, follow this workflow:
3. Sort by severity: `critical` -> `warning` -> `info`.
4. Renumber from 1 after sorting.
5. Fix real issues with the smallest safe change.
6. Add false positives to `.gitea/ai-review/exclusions.json`.
6. Add false positives to `.gitea/ai-review/exclusions.json`, preserving the original wording, language, and semantics as much as possible.
7. Add or update tests when behavior changes.
8. Re-check the issue after each fix.