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

21
docs/troubleshooting.md Normal file
View File

@@ -0,0 +1,21 @@
# Troubleshooting
## Resource Does Not Appear
- Run the verify script.
- Confirm the resource exists in the repository.
- Confirm the default discovery link exists.
- Use VS Code Chat Diagnostics to confirm the resource is being loaded.
## Changed Resource Does Not Reload
Treat hot reload as likely but not guaranteed. If needed:
- start a new chat session
- restart the Copilot CLI session
- reopen VS Code
## Publish Refused To Overwrite
The publish scripts stop on collisions by default. Use a new name or rerun with
`--force` only after confirming the replacement is intentional.