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/release-process.md Normal file
View File

@@ -0,0 +1,10 @@
# Release Process
## Flow
1. Add or publish the resource into this repository.
2. Review the change against naming, review, and portability rules.
3. Commit and push.
4. Run `install/update.sh` or `install/update.ps1` on consuming systems, or let
scheduled sync pick up the change.
5. Verify the resource appears in the expected VS Code and CLI surfaces.