Skip to content

Commit 432e814

Browse files
committed
Allow some more tools
1 parent da11c2b commit 432e814

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.claude/settings.local.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,12 @@
33
"allow": [
44
"Bash(./gradlew:*)",
55
"Bash(find:*)",
6-
"Bash(grep:*)"
6+
"Bash(grep:*)",
7+
"Bash(rm:*)",
8+
"Bash(npm test:*)",
9+
"Bash(timeout:*)",
10+
"Bash(echo:*)",
11+
"WebFetch(domain:github.com)"
712
],
813
"deny": []
914
}

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,3 +14,4 @@ IDE.properties
1414
# ASDF https://asdf-vm.com/
1515
.tool-versions
1616
.aider*
17+
/worktrees

0 commit comments

Comments
 (0)