feat: add Claude and Codex configs to dotfiles
This commit is contained in:
@@ -0,0 +1,38 @@
|
||||
{
|
||||
"hooks": {
|
||||
"PreToolUse": [
|
||||
{
|
||||
"matcher": "Bash",
|
||||
"hooks": [
|
||||
{
|
||||
"type": "command",
|
||||
"command": "rtk hook claude"
|
||||
}
|
||||
]
|
||||
}
|
||||
]
|
||||
},
|
||||
"enabledPlugins": {
|
||||
"github@claude-plugins-official": false,
|
||||
"ruby-lsp@claude-plugins-official": true,
|
||||
"andrej-karpathy-skills@karpathy-skills": true
|
||||
},
|
||||
"extraKnownMarketplaces": {
|
||||
"superpowers-marketplace": {
|
||||
"source": {
|
||||
"source": "github",
|
||||
"repo": "obra/superpowers-marketplace"
|
||||
}
|
||||
},
|
||||
"karpathy-skills": {
|
||||
"source": {
|
||||
"source": "github",
|
||||
"repo": "forrestchang/andrej-karpathy-skills"
|
||||
}
|
||||
}
|
||||
},
|
||||
"language": "Russian",
|
||||
"effortLevel": "high",
|
||||
"remoteControlAtStartup": false,
|
||||
"agentPushNotifEnabled": true
|
||||
}
|
||||
Reference in New Issue
Block a user