From: Jérôme Benoit Date: Sat, 11 Oct 2025 12:14:44 +0000 (+0200) Subject: chore: refine GH copilot instructions X-Git-Tag: v5.1.7~39 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2f7a35e07a63890b3472ccbdfbdacc632d181cd7;p=poolifier.git chore: refine GH copilot instructions Signed-off-by: Jérôme Benoit --- diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 3db53ec2a..c4a34ffdc 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -27,7 +27,7 @@ These instructions guide GitHub Copilot to generate changes consistent with this - **When implementing analytical methods**: - Follow statistical conventions below. - **When refactoring**: - - Keep APIs stable; provide aliases if renaming. + - Keep public APIs stable; provide aliases if renaming unless explicitly requested. - Update code, tests, and documentation atomically. - **When documenting**: - Follow documentation conventions below.