Skip to content

Commit 557800f

Browse files
committed
Fix perms
1 parent ed324e6 commit 557800f

1 file changed

Lines changed: 5 additions & 4 deletions

File tree

.claude/settings.json

Lines changed: 5 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -6,10 +6,11 @@
66
"/home/clifford/Documents/source/nori/cli/.claude/skills"
77
],
88
"allow": [
9-
"Bash(cat)",
10-
"Bash(cd)",
11-
"Bash(mkdir)",
12-
"Bash(tree)",
9+
"Bash(cat:*)",
10+
"Bash(cd:*)",
11+
"Bash(git status:*)",
12+
"Bash(mkdir:*)",
13+
"Bash(tree:*)",
1314
"Bash(cargo build:*)",
1415
"Bash(cargo b:*)",
1516
"Bash(cargo check:*)",

0 commit comments

Comments
 (0)