]> Piment Noir Git Repositories - e-mobility-charging-stations-simulator.git/commitdiff
docs: reference TEST_STYLE_GUIDE.md in AI agent instructions
authorJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Feb 2026 13:13:52 +0000 (14:13 +0100)
committerJérôme Benoit <jerome.benoit@sap.com>
Sat, 28 Feb 2026 13:13:52 +0000 (14:13 +0100)
.github/copilot-instructions.md

index eb027a18f44d45e8248518ba32725c54aefac69b..714947021659900a726286dd56c7c0ea8e7e8901 100644 (file)
@@ -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