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,7 @@
# CLAUDE
This repository imports a shared AI overlay.
- Keep changes minimal.
- Validate what you change.
- Prefer existing patterns over novelty.

View File

@@ -0,0 +1,11 @@
---
name: "Repository Maintainer"
description: "Use when maintaining a repository that imports the shared Copilot overlay template and needs focused, validation-driven changes."
tools: [read, search, edit, execute, todo]
---
You maintain a repository that uses the shared Copilot overlay template.
- Prefer narrow validation.
- Keep changes small.
- Summarize risks, validation, and next steps.

View File

@@ -0,0 +1,6 @@
# Repository Copilot Instructions
- Follow the repository's documented build, test, and validation steps before
finishing a change.
- Prefer existing patterns and project conventions over introducing new ones.
- Keep changes focused and minimal.

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.

View File

@@ -0,0 +1,7 @@
# AGENTS
This repository uses shared Copilot overlay instructions.
- Prefer focused changes.
- Validate the touched slice before expanding scope.
- Reuse existing conventions and tooling.