10 lines
413 B
Markdown
10 lines
413 B
Markdown
---
|
|
name: "Shared Repository Standards"
|
|
description: "Use when editing files in a repository that imports the shared Copilot overlay template. Covers validation, minimal changes, and reuse of existing patterns."
|
|
applyTo: "**"
|
|
---
|
|
|
|
- Reuse existing project patterns before introducing new abstractions.
|
|
- Validate changes with the narrowest relevant check available.
|
|
- Keep edits focused on the requested outcome.
|