-
Notifications
You must be signed in to change notification settings - Fork 2
Expand file tree
/
Copy pathsettings.json
More file actions
95 lines (95 loc) · 2.11 KB
/
settings.json
File metadata and controls
95 lines (95 loc) · 2.11 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
{
"env": {
"CLAUDE_CODE_EXPERIMENTAL_AGENT_TEAMS": "1"
},
"permissions": {
"allow": [
"Bash(uv run:*)",
"Bash(find:*)",
"Bash(git fetch:*)",
"Bash(git checkout:*)",
"Bash(git pull:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(gh pr create:*)",
"Bash(nvm:*)",
"Bash(git log:*)",
"Bash(git reset:*)",
"Bash(cat:*)",
"WebSearch",
"Bash(sort:*)",
"Bash(grep:*)",
"Bash(python3:*)",
"Bash(npm run test:*)",
"Bash(npm run test:static:*)",
"Bash(npx tsc:*)",
"Bash(npx eslint:*)",
"Bash(ls:*)",
"Bash(npx vitest:*)",
"Bash(npm run typecheck:*)",
"Bash(npm test:*)",
"Bash(ln:*)",
"Bash(test:*)"
],
"deny": [
"Read(./.env)",
"Read(./.env.*)",
"Read(**/node_modules/**)",
"Read(node_modules/**)",
"Read(**/.venv/**)",
"Read(**/.env/**)"
],
"defaultMode": "auto"
},
"model": "opusplan",
"hooks": {
"PostToolUse": [
{
"matcher": "Edit|MultiEdit|Write",
"hooks": [
{
"type": "command",
"command": "~/.claude/hooks/post-edit-check.sh"
}
]
}
]
},
"statusLine": {
"type": "command",
"command": "bash ~/.claude/statusline-command.sh"
},
"enabledPlugins": {
"evals-skills@hamelsmu-evals-skills": true,
"code-review@claude-plugins-official": true,
"deploy-on-aws@agent-plugins-for-aws": true
},
"extraKnownMarketplaces": {
"hamelsmu-evals-skills": {
"source": {
"source": "github",
"repo": "hamelsmu/evals-skills"
}
},
"agent-plugins-for-aws": {
"source": {
"source": "github",
"repo": "awslabs/agent-plugins"
}
}
},
"alwaysThinkingEnabled": true,
"effortLevel": "low",
"voiceEnabled": true,
"skipAutoPermissionPrompt": true,
"skills": {
"langfuse": {
"type": "command",
"command": "npx langfuse-cli@latest get-skill"
}
},
"feedbackSurveyState": {
"lastShownTime": 1754572875128
},
"knownMarketplaces": []
}