From 198eb1711cb79c725dffa88b3232ca1496a7264a Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 11 Oct 2025 14:12:12 +0200 Subject: [PATCH] chore: refine GH copilot instructions MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit Signed-off-by: Jérôme Benoit --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 21d94a83..19cfc42e 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. -- 2.43.0