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

14
docs/ownership.md Normal file
View File

@@ -0,0 +1,14 @@
# Ownership
## Resource Ownership
- Skills and scripts should have a clear maintainer because they affect multiple
surfaces.
- Hooks require extra scrutiny because they execute code.
- Repository overlay templates should be maintained with GitHub-side behavior in
mind.
## Change Responsibility
Whoever introduces a shared resource is responsible for documenting it,
verifying it, and proposing deprecation guidance if it later becomes obsolete.