Initial shared Copilot resources scaffold

This commit is contained in:
2026-04-23 15:46:34 -04:00
commit adfcb83ab6
44 changed files with 2249 additions and 0 deletions

View File

@@ -0,0 +1,9 @@
---
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.