From: Jérôme Benoit Date: Sat, 11 Oct 2025 12:12:12 +0000 (+0200) Subject: chore: refine GH copilot instructions X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=198eb1711cb79c725dffa88b3232ca1496a7264a;p=e-mobility-charging-stations-simulator.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 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.