docs: preserve original text in exclusions

This commit is contained in:
2026-05-15 04:47:54 +00:00
parent e9f3baf95f
commit 68cd124f59
9 changed files with 12 additions and 9 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.