From f5c3faf1c48bae20b2937c3a96cb3614d63a473c Mon Sep 17 00:00:00 2001 From: "kilo-code-bot[bot]" <240665456+kilo-code-bot[bot]@users.noreply.github.com> Date: Thu, 18 Jun 2026 14:29:38 +0000 Subject: [PATCH] Update REVIEW.md guidance --- REVIEW.md | 1 + 1 file changed, 1 insertion(+) diff --git a/REVIEW.md b/REVIEW.md index 758a99e35c..7e1d6ae34f 100644 --- a/REVIEW.md +++ b/REVIEW.md @@ -9,6 +9,7 @@ - Logic bugs (wrong conditions, off-by-one) - Typos that cause runtime errors - Breaking API changes +- Audit log correctness issues: using stale pre-transaction state for audit events, silently swallowing audit write failures, or trusting persisted enum values without validation when computing audit counts **Skip these:**