-
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
106 lines (106 loc) · 3 KB
/
settings.json
File metadata and controls
106 lines (106 loc) · 3 KB
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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
{
"env": {
"BASH_ENV": "/Users/andrewrich/.config/bash/functions.sh",
"CLAUDE_CODE_SHELL": "/opt/homebrew/bin/bash"
},
"includeCoAuthoredBy": true,
"permissions": {},
"model": "claude-opus-4-6",
"hooks": {
"PreToolUse": [
{
"matcher": "Bash",
"hooks": [
{
"type": "command",
"command": "~/.claude/scripts/hook-block-all.sh"
}
]
},
{
"matcher": "Write",
"hooks": [
{
"type": "command",
"command": "~/.claude/scripts/hook-block-merge-locks-write.sh"
}
]
},
{
"matcher": "Edit",
"hooks": [
{
"type": "command",
"command": "~/.claude/scripts/hook-block-merge-locks-write.sh"
}
]
},
{
"matcher": "EnterWorktree",
"hooks": [
{
"type": "command",
"command": "~/.claude/scripts/hook-block-enter-worktree.sh"
}
]
}
],
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "~/.claude/scripts/hook-session-start.sh"
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "~/.claude/scripts/status-line.sh"
},
"enabledPlugins": {
"superpowers@superpowers-marketplace": true,
"comprehensive-review@claude-code-workflows": true,
"git-pr-workflows@claude-code-workflows": false,
"tdd-workflows@claude-code-workflows": true,
"debugging-toolkit@claude-code-workflows": true,
"error-debugging@claude-code-workflows": false,
"code-refactoring@claude-code-workflows": false,
"dependency-management@claude-code-workflows": false,
"code-documentation@claude-code-workflows": false,
"backend-development@claude-code-workflows": false,
"frontend-mobile-development@claude-code-workflows": true,
"unit-testing@claude-code-workflows": false,
"security-compliance@claude-code-workflows": false,
"incident-response@claude-code-workflows": false,
"team-collaboration@claude-code-workflows": false,
"code-critic@smartwatermelon-marketplace": true,
"react-native-3d@smartwatermelon-marketplace": true,
"frontend-design@claude-code-plugins": true,
"ci-workflows@smartwatermelon-marketplace": true
},
"extraKnownMarketplaces": {
"claude-plugins-official": {
"source": {
"source": "github",
"repo": "anthropics/claude-plugins-official"
}
}
},
"spinnerTipsOverride": {
"excludeDefault": false,
"tips": [
"After pushing a PR, run /post-push-loop <pr-number> to monitor CI autonomously",
"Use the /copy command to copy Claude's output with no hard line-breaks or injected characters"
]
},
"alwaysThinkingEnabled": true,
"skipDangerousModePermissionPrompt": true,
"verbose": true,
"agentPushNotifEnabled": true,
"useAutoModeDuringPlan": false,
"gitAttribution": true
}