From dc4cb719e43de307ac0d09248285ac788f1c0e85 Mon Sep 17 00:00:00 2001 From: =?utf8?q?J=C3=A9r=C3=B4me=20Benoit?= Date: Thu, 23 Apr 2026 22:11:26 +0200 Subject: [PATCH] docs: neutralize Copilot-specific references in agent instructions --- .github/copilot-instructions.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 26ea00140..1b24f89f8 100644 --- a/.github/copilot-instructions.md +++ b/.github/copilot-instructions.md @@ -1,13 +1,13 @@ -# Copilot Instructions (repository-wide, language-agnostic) +# Coding Agent Instructions (repository-wide, language-agnostic) -These instructions guide GitHub Copilot to generate changes consistent with this repository's conventions, regardless of programming language. +These instructions guide coding agents to generate changes consistent with this repository's conventions, regardless of programming language. ## Glossary - **Tunables**: user-adjustable parameters that shape behavior, exposed via options or configuration files. - **Canonical defaults**: the single, authoritative definition of all tunables and their defaults. -## Implementation guidance for Copilot +## Implementation guidance - **Before coding**: - Perform a comprehensive inventory of the codebase. Search for and read: @@ -158,4 +158,4 @@ protected handleProtocolRequest( --- -By following these instructions, Copilot should propose changes that are consistent and maintainable across languages. +By following these instructions, coding agents should propose changes that are consistent and maintainable across languages. -- 2.53.0