-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathsettings.json
More file actions
58 lines (58 loc) · 1.43 KB
/
settings.json
File metadata and controls
58 lines (58 loc) · 1.43 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
{
"permissions": {
"allow": [
"Read",
"Write",
"Edit",
"Glob",
"Grep",
"Bash(git:*)",
"Bash(ls:*)",
"Bash(node:*)",
"Bash(npm:*)",
"Bash(npx:*)",
"Bash(python3:*)",
"Bash(pip:*)",
"Bash(cat:*)",
"Bash(mkdir:*)",
"Bash(cp:*)",
"Bash(mv:*)",
"Bash(trash:*)",
"Bash(gh:*)",
"Bash(mcporter:*)",
"Bash(openclaw:*)",
"Bash(claude:*)"
],
"defaultMode": "dontAsk"
},
"model": "opus",
"hooks": {
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "~/.claude/scripts/fetch-handoff.sh"
}
]
}
]
},
"enabledPlugins": {
"swift-lsp@claude-plugins-official": true,
"superpowers@claude-plugins-official": true,
"skill-creator@claude-plugins-official": true,
"context7@claude-plugins-official": true,
"code-simplifier@claude-plugins-official": true,
"playwright@claude-plugins-official": true,
"security-guidance@claude-plugins-official": true,
"claude-md-management@claude-plugins-official": true,
"pyright-lsp@claude-plugins-official": true,
"claude-code-setup@claude-plugins-official": true,
"plugin-dev@claude-plugins-official": true,
"playground@claude-plugins-official": true
},
"language": "台灣繁體中文",
"skipDangerousModePermissionPrompt": true
}