Skip to content

Commit 98ba94b

Browse files
committed
docs: neutralize Copilot-specific references in agent instructions
1 parent 68fda65 commit 98ba94b

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/copilot-instructions.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
# Copilot Instructions (repository-wide, language-agnostic)
1+
# Coding Agent Instructions (repository-wide, language-agnostic)
22

3-
These instructions guide GitHub Copilot to generate changes consistent with this
3+
These instructions guide coding agents to generate changes consistent with this
44
repository's conventions, regardless of programming language.
55

66
## Glossary
@@ -10,7 +10,7 @@ repository's conventions, regardless of programming language.
1010
- **Canonical defaults**: the single, authoritative definition of all tunables
1111
and their defaults.
1212

13-
## Implementation guidance for Copilot
13+
## Implementation guidance
1414

1515
- **Before coding**:
1616
- Perform a comprehensive inventory of the codebase. Search for and read:
@@ -200,5 +200,5 @@ protected handleProtocolRequest(
200200

201201
---
202202

203-
By following these instructions, Copilot should propose changes that are
203+
By following these instructions, coding agents should propose changes that are
204204
consistent and maintainable across languages.

0 commit comments

Comments
 (0)