chore: move agents and instructions to assets

This commit is contained in:
Matt Bruce 2026-02-11 10:24:50 -06:00
parent 34be609446
commit 576cba8422
13 changed files with 2 additions and 2 deletions

View File

@ -4,7 +4,7 @@
Instructions are repo-scoped rules that auto-apply based on file patterns. They are always on and do not need to be invoked. Instructions are repo-scoped rules that auto-apply based on file patterns. They are always on and do not need to be invoked.
Where they live: Where they live:
- Repo instructions directory (for example, [instructions/](../../instructions/)) - Repo instructions directory (for example, [assets/instructions/](../../assets/instructions/))
- Editor or org-level instruction files when configured by your team - Editor or org-level instruction files when configured by your team
## Agents.md ## Agents.md

View File

@ -55,7 +55,7 @@ Copilot is an AI coding assistant that integrates with editors and chats to help
Instructions are repo-scoped rule files that auto-apply based on file patterns. They set coding or documentation standards the assistant must follow when editing matching files. Instructions are repo-scoped rule files that auto-apply based on file patterns. They set coding or documentation standards the assistant must follow when editing matching files.
Where they live: Where they live:
- The repo-level instructions directory (for example, [instructions/](../../instructions/)) - The repo-level instructions directory (for example, [assets/instructions/](../../assets/instructions/))
- Editor or org-level instruction files when configured by your team - Editor or org-level instruction files when configured by your team
Instructions are always-on defaults. Agents and skills are optional and only used when you explicitly invoke them. Instructions are always-on defaults. Agents and skills are optional and only used when you explicitly invoke them.