Files
dotfiles/dot_claude/settings.json
T

39 lines
817 B
JSON

{
"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
}