🛠️ Update various documentation, scripts, and configuration templates to enhance clarity, functionality, and maintainability across the project

This commit is contained in:
2026-05-04 10:56:41 +00:00
parent 1a2f1510bf
commit 31975e3088
41 changed files with 4184 additions and 133 deletions

View File

@@ -3,8 +3,8 @@
"SessionStart": [
{
"type": "command",
"osx": "~/.copilot-resources/resources/scripts/report-hook-event.sh",
"linux": "~/.copilot-resources/resources/scripts/report-hook-event.sh",
"osx": "bash ~/.copilot-resources/resources/scripts/report-hook-event.sh",
"linux": "bash ~/.copilot-resources/resources/scripts/report-hook-event.sh",
"windows": "powershell -NoProfile -File \"$HOME/.copilot-resources/resources/scripts/report-hook-event.ps1\""
}
]