Skip to content

Commit 9a27475

Browse files
added claude config
Signed-off-by: ivan katliarchuk <[email protected]>
1 parent a337334 commit 9a27475

File tree

1 file changed

+17
-0
lines changed

1 file changed

+17
-0
lines changed

tools/claude/settings.json

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,26 @@
11
{
22
"permissions": {
33
"allow": [
4+
"Read(~/source/**)",
45
"Bash(wc:*)",
56
"Bash(lc:*)",
7+
"Bash(find:*)",
8+
"Bash(grep:*)",
69
"Bash(go test:*)"
10+
],
11+
"deny": [
12+
"Read(~/.ssh/**)",
13+
"Read(~/.aws/**)",
14+
"Read(~/.config/**)",
15+
"Read(~/**)",
16+
"Read(!/~/source/**)",
17+
"Edit(~/**)",
18+
"Edit(!/~/source/**)",
19+
"Edit(/etc/**)",
20+
"Edit(~/Library/**)",
21+
"Bash(curl:*)",
22+
"Read(./.env)",
23+
"Read(./.envrc)"
724
]
825
}
926
}

0 commit comments

Comments
 (0)