feat: add Claude and Codex configs to dotfiles

This commit is contained in:
Dmitry
2026-05-13 19:55:36 +03:00
parent 02b0ca610d
commit c42f0d0362
8 changed files with 227 additions and 0 deletions
+15
View File
@@ -0,0 +1,15 @@
{
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "rtk hook claude"
}
]
}
]
}
}