From 959c4304b3a7d8650ae20babeb3226a617f5d5a0 Mon Sep 17 00:00:00 2001 From: John Burton Date: Sun, 3 May 2026 21:27:03 +0100 Subject: [PATCH] Update prompt --- scripts/ai_code_review.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/ai_code_review.py b/scripts/ai_code_review.py index bb0cd9c..462fca0 100644 --- a/scripts/ai_code_review.py +++ b/scripts/ai_code_review.py @@ -174,7 +174,7 @@ def build_prompt(diff_text: str) -> str: return ( "Review the following git diff. Focus on correctness, regressions, missing validation, " - "build/test issues, and security concerns. " + "build/test issues, and security concerns as well as style and usage of c++23. " "No need to comment on removed code unless it seems like it would cause a problem. " "Do not review the scripts in the scripts directory, as they are not part of the main codebase. " "Return either 'No issues found.' or a short flat list where each item includes severity, file, and issue.\n\n"