From: Jérôme Benoit Date: Tue, 7 Oct 2025 14:44:44 +0000 (+0200) Subject: chore: refine github copilot instructions X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=9d28c4513cc8351f88555a82870f0d53892566c8;p=freqai-strategies.git chore: refine github copilot instructions Signed-off-by: Jérôme Benoit --- diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 5c5e2b1..106da74 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -12,7 +12,7 @@ These instructions guide GitHub Copilot to generate changes consistent with this - **Before coding**: - Perform a comprehensive inventory of the codebase. Search for and read: - README.md, CONTRIBUTING.md, and all other documentation files. - - relevant code files related to the task. + - code files related to the task. - Identify existing code architecture, design patterns, canonical defaults, naming patterns and coding styles. - **When coding**: - Follow the core principles below. @@ -22,15 +22,15 @@ These instructions guide GitHub Copilot to generate changes consistent with this - Ensure changes pass quality gates below. - **When adding a tunable**: - Add to canonical defaults with safe value. - - Ensure options and configuration section below is respected. + - Ensure the options and configuration section below is respected. - Update documentation and serialization. -- **When implementing synthetic data generation**: - - Ensure simulation and synthetic data generation section below is respected. +- **When implementing simulation or synthetic data generation**: + - Ensure the simulation and synthetic data generation section below is respected. - **When implementing analytical methods**: - Follow statistical conventions below. - **When refactoring**: - Keep APIs stable; provide aliases if renaming. - - Update code, tests, and documentations atomically. + - Update code, tests, and documentation atomically. - **When documenting**: - Follow documentation conventions below.