From 2f5adb5db05fdb5c53a7e6b7c028f6b4e09a0459 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 11 Oct 2025 14:08:37 +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 106da74..2581af4 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -29,7 +29,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