Skip to content
This repository was archived by the owner on Oct 9, 2025. It is now read-only.

Commit 5000e3d

Browse files
committed
chore: add Claude permissions for build and testing tools
1 parent e292d59 commit 5000e3d

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

.claude/settings.local.json

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,12 @@
11
{
22
"permissions": {
33
"allow": [
4-
"mcp__context7__resolve-library-id"
4+
"mcp__context7__resolve-library-id",
5+
"Bash(find:*)",
6+
"Bash(uv sync:*)",
7+
"Bash(uv build:*)",
8+
"Bash(uv run ruff:*)",
9+
"Bash(uv run black:*)"
510
],
611
"deny": [],
712
"ask": []

0 commit comments

Comments
 (0)