Skip to content

Commit d5cd199

Browse files
committed
update claude settings
1 parent cdc11fd commit d5cd199

1 file changed

Lines changed: 20 additions & 1 deletion

File tree

.claude/settings.local.json

Lines changed: 20 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,25 @@
11
{
2+
"$schema": "https://json.schemastore.org/claude-code-settings.json",
23
"permissions": {
3-
"allow": ["Bash(bun check:*)", "Bash(bun tsc:*)", "Bash(bun format:*)"],
4+
"allow": [
5+
"Bash(bunx tsc:*)",
6+
"WebFetch(domain:github.com)",
7+
"WebFetch(domain:raw.githubusercontent.com)",
8+
"Bash(bun add:*)",
9+
"Bash(bun test:*)",
10+
"Bash(bunx playwright test:*)",
11+
"Bash(bun run:*)",
12+
"Skill(claude-api)",
13+
"Skill(claude-api:*)"
14+
],
15+
"deny": [
16+
"Bash(npm:*)",
17+
"Bash(npx:*)",
18+
"Bash(node -e:*)",
19+
"Bash(sed:*)",
20+
"Bash(grep:*)",
21+
"Bash(awk:*)"
22+
],
423
"defaultMode": "acceptEdits"
524
}
625
}

0 commit comments

Comments
 (0)