-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathsettings.json
More file actions
167 lines (167 loc) · 4.46 KB
/
Copy pathsettings.json
File metadata and controls
167 lines (167 loc) · 4.46 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
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
{
"$schema": "https://json.schemastore.org/claude-code-settings.json",
"permissions": {
"allow": [
"Bash(git add:*)",
"Bash(git stash:*)",
"Bash(git cherry-pick:*)",
"Bash(git commit:*)",
"Bash(git log:*)",
"Bash(git show:*)",
"Bash(git fetch:*)",
"Bash(git mv:*)",
"Bash(git worktree:*)",
"Bash(git branch:*)",
"Bash(git --no-pager log:*)",
"Bash(git --no-pager log --first-parent --oneline -10 HEAD | grep -m1:*)",
"Bash(git reflog show:*)",
"Bash(git --no-pager diff:*)",
"Bash(git --no-pager status:*)",
"Bash(git --no-pager rev-parse:*)",
"Bash(git --no-pager branch:*)",
"Bash(git --no-pager merge-base:*)",
"Bash(ls:*)",
"Bash(mv:*)",
"Bash(mkdir:*)",
"Bash(find:*)",
"Bash(cat:*)",
"Bash(grep:*)",
"Bash(rg:*)",
"Bash(md5:*)",
"Bash(wc:*)",
"Bash(cmp:*)",
"Bash(xargs ls:*)",
"Bash(npx tsc:*)",
"Bash(npx eslint:*)",
"Bash(npx turbo build:*)",
"Bash(npx biome check:*)",
"Bash(npx prettier:*)",
"Bash(npm run:*)",
"Bash(pnpm lint:fix:*)",
"Bash(pnpm lint:*)",
"Bash(pnpm eslint:*)",
"Bash(pnpm tsc:*)",
"Bash(pnpm exec eslint:*)",
"Bash(pnpm exec tsc:*)",
"Bash(gh pr create:*)",
"Bash(gh pr view:*)",
"Bash(gh pr edit:*)",
"Bash(gh pr list:*)",
"Skill(commit)",
"Skill(create-pr)",
"Skill(update-pr)",
"Skill(testcase)",
"Skill(pr-review)",
"Skill(stepwise-refactor)",
"Skill(domain-knowledge)",
"Skill(spec-interview)",
"Skill(init)",
"mcp__ide__getDiagnostics",
"mcp__playwright__browser_navigate",
"mcp__playwright__browser_snapshot",
"mcp__playwright__browser_click",
"mcp__playwright__browser_type",
"mcp__playwright__browser_select_option",
"mcp__playwright__browser_hover",
"mcp__playwright__browser_press_key",
"mcp__playwright__browser_scroll",
"mcp__playwright__browser_wait",
"mcp__playwright__browser_screenshot",
"mcp__playwright__browser_close",
"mcp__playwright__browser_resize",
"mcp__playwright__browser_tab_list",
"mcp__playwright__browser_tab_new",
"mcp__playwright__browser_tab_select",
"mcp__playwright__browser_tab_close",
"Bash(tmux:*)",
"Skill(frontend-design)",
"Skill(cdp)",
"Skill(ralph-loop)",
"Skill(cancel-ralph)",
"Skill(slack-to-linear)",
"Skill(branch-workflow)",
"Skill(handoff)",
"Skill(log-monitoring)",
"Bash(logcli:*)",
"mcp__playwright-cdp__browser_snapshot",
"mcp__playwright-cdp__browser_navigate",
"Bash(gh api:*)",
"Bash(git checkout:*)",
"Bash(git push:* --set-upstream)"
],
"deny": [
"Read(.env)",
"Edit(.env)",
"Bash(cat .env*)",
"Bash(less .env*)",
"Bash(more .env*)"
],
"ask": [
"Bash(git push:*)",
"Bash(git reset:*)",
"Bash(git restore:*)",
"Bash(rm:*)"
],
"defaultMode": "acceptEdits"
},
"hooks": {
"PreToolUse": [
{
"matcher": "Bash(git push:*)",
"hooks": [
{
"type": "command",
"command": "bash $HOME/.claude/hooks/pre_push_security.sh"
}
]
}
],
"UserPromptSubmit": [
{
"hooks": [
{
"type": "command",
"command": "bash $HOME/.claude/hooks/user_prompt_submit.sh"
}
]
}
],
"PostToolUse": [
{
"matcher": "Edit|Write",
"hooks": [
{
"type": "command",
"command": "bash $HOME/.claude/hooks/post_edit_suggest.sh"
}
]
}
],
"Stop": [
{
"hooks": [
{
"type": "command",
"command": "bash $HOME/.claude/hooks/completion_notify.sh"
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "~/.claude/scripts/context-bar.sh"
},
"enabledPlugins": {
"security-guidance@claude-plugins-official": true,
"typescript-lsp@claude-plugins-official": true,
"skill-creator@claude-plugins-official": true,
"claude-code-setup@claude-plugins-official": true,
"hookify@claude-plugins-official": true,
"playground@claude-plugins-official": true
},
"alwaysThinkingEnabled": true,
"feedbackSurveyState": {
"lastShownTime": 1754288260366
}
}