修复copilot 与Windows 的copilot 冲突

This commit is contained in:
2026-05-28 23:02:24 +08:00
parent 8ceccd75f1
commit e8693dad2a
4 changed files with 123 additions and 4 deletions

12
.github/hooks/rtk-rewrite.json vendored Normal file
View File

@@ -0,0 +1,12 @@
{
"hooks": {
"PreToolUse": [
{
"type": "command",
"command": "rtk hook copilot",
"cwd": ".",
"timeout": 5
}
]
}
}