From 28d0ad5f55d37c014abf155d9455278d6b0e546d Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Sat, 28 Feb 2026 14:13:52 +0100 Subject: [PATCH] docs: reference TEST_STYLE_GUIDE.md in AI agent instructions --- .github/copilot-instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.53.0