Initial shared Copilot resources scaffold
This commit is contained in:
12
resources/hooks/session-audit.json
Normal file
12
resources/hooks/session-audit.json
Normal file
@@ -0,0 +1,12 @@
|
||||
{
|
||||
"hooks": {
|
||||
"SessionStart": [
|
||||
{
|
||||
"type": "command",
|
||||
"osx": "~/.copilot-resources/resources/scripts/report-hook-event.sh",
|
||||
"linux": "~/.copilot-resources/resources/scripts/report-hook-event.sh",
|
||||
"windows": "powershell -NoProfile -File \"$HOME/.copilot-resources/resources/scripts/report-hook-event.ps1\""
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user