Skip to content

Commit 8ab828a

Browse files
committed
Extend how much stuff Claude can auto-read
Signed-off-by: Marcus Crane <marcus@utf9k.net>
1 parent 8e37547 commit 8ab828a

1 file changed

Lines changed: 9 additions & 1 deletion

File tree

dot_claude/settings.json

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,9 +14,17 @@
1414
"permissions": {
1515
"allow": [
1616
"Bash(git diff:*)",
17+
"Bash(head *"),
18+
"Bash(ls *)",
1719
"Bash(pip list:*)",
1820
"Bash(pip show:*)",
19-
"Read(~/.zshrc)",
21+
"Bash(sort *)",
22+
"Bash(tail *)",
23+
"Bash(wc *)",
24+
"Read(~/*)",
25+
"Read(~/.local/share/chezmoi/**)",
26+
"Read(~/Code/**)",
27+
"Read(~/halter/**)",
2028
"WebFetch(domain:developer.mozilla.org)",
2129
"WebFetch(domain:docs.github.com)",
2230
"WebFetch(domain:github.com)",

0 commit comments

Comments
 (0)