From: Jérôme Benoit Date: Sat, 28 Feb 2026 13:13:52 +0000 (+0100) Subject: docs: reference TEST_STYLE_GUIDE.md in AI agent instructions X-Git-Tag: ocpp-server@v3.0.0~92 X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=28d0ad5f55d37c014abf155d9455278d6b0e546d;p=e-mobility-charging-stations-simulator.git docs: reference TEST_STYLE_GUIDE.md in AI agent instructions --- diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index eb027a18..71494702 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -40,7 +40,7 @@ These instructions guide GitHub Copilot to generate changes consistent with this - **Naming coherence**: prefer semantically accurate names across code, documentation, directories, and outputs. Avoid synonyms that create ambiguity. - **English-only**: code, tests, logs, comments, and documentation must be in English. - **Small, verifiable changes**: prefer minimal diffs that keep public behavior stable unless explicitly requested. -- **Tests-first mindset**: add or update minimal tests before refactoring or feature changes. +- **Tests-first mindset**: add or update minimal tests before refactoring or feature changes. Follow test conventions in `tests/TEST_STYLE_GUIDE.md`. - **Documentation standards**: must follow established standards for programming languages. ## Options and configuration