1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
|
{
"attribution": {
"commit": "",
"pr": ""
},
"permissions": {
"defaultMode": "bypassPermissions"
},
"hooks": {
"PreCompact": [
{
"hooks": [
{
"type": "command",
"command": "~/.claude/hooks/precompact-priorities.sh"
}
]
}
],
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "~/.claude/hooks/destructive-bash-confirm.py"
}
]
}
]
},
"enabledPlugins": {
"pyright-lsp@claude-plugins-official": true,
"frontend-design@claude-plugins-official": true,
"ralph-loop@claude-plugins-official": true,
"security-guidance@claude-plugins-official": true,
"context7@claude-plugins-official": true,
"typescript-lsp@claude-plugins-official": true
},
"effortLevel": "high",
"promptSuggestionEnabled": false,
"skipDangerousModePermissionPrompt": true,
"editorMode": "vim"
}
|