chore: move agents and instructions to assets
This commit is contained in:
parent
34be609446
commit
576cba8422
@ -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
|
||||||
|
|||||||
@ -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.
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user