From 903a425fc7b89f1e455ec0f6b45501662992f976 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Tom=C3=A1s=20Gr=C3=BCner?= <47506558+MegaRedHand@users.noreply.github.com> Date: Wed, 11 Feb 2026 18:06:52 -0300 Subject: [PATCH] ci: specify agents shouldn't use #N in reviews See https://github.com/lambdaclass/ethrex/pull/6187 --- .github/prompts/ai-review.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/.github/prompts/ai-review.md b/.github/prompts/ai-review.md index 559b037..5abef1e 100644 --- a/.github/prompts/ai-review.md +++ b/.github/prompts/ai-review.md @@ -18,3 +18,8 @@ Consensus-layer considerations: Be concise and specific. Provide line references when suggesting changes. If the code looks good, acknowledge it briefly. + +Formatting rules: +- NEVER use `#N` (e.g. #1, #2) for enumeration — GitHub renders those as issue/PR references. Use `1.`, `2.`, etc. or bullet points instead. +- When referring back to items, use "Item 1", "Point 2", etc. — never "Issue #1" or "#1".Collapse comment +