Files
server-deploy/.github/hooks/rtk-rewrite.json

13 lines
170 B
JSON

{
"hooks": {
"PreToolUse": [
{
"type": "command",
"command": "rtk hook copilot",
"cwd": ".",
"timeout": 5
}
]
}
}