From: Jérôme Benoit Date: Thu, 23 Apr 2026 20:05:09 +0000 (+0200) Subject: docs: neutralize Copilot-specific references in agent instructions X-Git-Url: https://git.piment-noir.org/?a=commitdiff_plain;h=ea79783f55486a3f2a3546da3bd6074416ca9a87;p=freqai-strategies.git docs: neutralize Copilot-specific references in agent instructions --- diff --git a/.github/copilot-instructions.md b/.github/copilot-instructions.md index 8c90802..71c787f 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: @@ -140,4 +140,4 @@ def add_cli_options(parser): --- -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.