From 6ce41cb21ce203d8a9de4d93b69418576f95f64b Mon Sep 17 00:00:00 2001 From: Angie Jones Date: Mon, 10 Nov 2025 19:47:36 -0600 Subject: [PATCH] silence copilot on minor text issues (#5665) --- .github/copilot-instructions.md | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 173fec0dc7..5cc6ed8f5e 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -5,6 +5,7 @@ - Be concise: one sentence per comment when possible - Focus on actionable feedback, not observations - Skip comments on style that clippy/rustfmt will catch +- When reviewing text, only comment on clarity issues if the text is genuinely confusing or could lead to errors. "Could be clearer" is not the same as "is confusing" - stay silent unless HIGH confidence it will cause problems ## Priority Areas (Review These)