From: Jérôme Benoit Date: Sat, 11 Oct 2025 12:08:37 +0000 (+0200) Subject: chore: refine GH copilot instructions X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=2f5adb5db05fdb5c53a7e6b7c028f6b4e09a0459;p=freqai-strategies.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 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.