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

23
docs/operations.md Normal file
View File

@@ -0,0 +1,23 @@
# Operations
## Update
```bash
install/update.sh
```
```powershell
install/update.ps1
```
## Verify
```bash
install/verify.sh
```
```powershell
install/verify.ps1
```
Scheduled sync will be added on top of the same update and verify entrypoints.