From fc11b91851e5efeab70702575645a53a4246e6b7 Mon Sep 17 00:00:00 2001 From: wolfy Date: Sun, 31 May 2026 15:20:38 -0500 Subject: [PATCH] chore: continue improving review feedback --- modes.ts | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/modes.ts b/modes.ts index 427d649..3931fa9 100644 --- a/modes.ts +++ b/modes.ts @@ -37,6 +37,8 @@ Open with a single bolded inline lead-in followed immediately by the bullet list - **Short human-readable title** — 1 sentence per substantive change. Write a short prose phrase; when you name a file, type, or function, put that name in backticks (e.g. **Add \\\`TodoTracker\\\` for live checklists**). A reviewer should understand the full reviewed scope from this list alone — this IS the dispassionate "what was reviewed and what changed" overview, so cover the substantive changes, not just the loudest ones. +**IMPORTANT**: these bullets describe what the PR *changed* — they are a neutral inventory of changes, not reviewer findings. "Added X feature" or "Refactored Y service" is correct. "X feature has a race condition" or "Y service is missing validation" is a FINDING — it goes in an inline comment or a \`### \` section, never in the preamble bullets. Do NOT mix findings into this list. +