Skip to content

Commit 9fde924

Browse files
committed
feat: add git add package.json to allowed bash commands in claude settings
1 parent 1b69bc2 commit 9fde924

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.claude/settings.local.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,8 @@
7777
"Bash(open test-standalone.html)",
7878
"Bash(git tag:*)",
7979
"Bash(cat:*)",
80-
"Bash(yamllint:*)"
80+
"Bash(yamllint:*)",
81+
"Bash(git add package.json)"
8182
]
8283
}
8384
}

0 commit comments

Comments
 (0)