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

10
docs/versioning.md Normal file
View File

@@ -0,0 +1,10 @@
# Versioning
This repository versions the shared resource set as a whole through Git.
## Compatibility
- Additive resources are preferred and should not require coordinated rollout.
- Renames and removals should be treated as breaking changes.
- If a resource changes behavior in a non-obvious way, document it in the
change description and deprecation notes.