Skip to content

Commit 86979c0

Browse files
committed
feat(settings): add npm install and GitHub repo view permissions
1 parent 462d0c0 commit 86979c0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.claude/settings.local.json

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,9 @@
6464
"Bash(TEST_MEMORY=1 node --expose-gc node_modules/jest/bin/jest.js --no-coverage test/memory.test.ts -t \"file database operations\" --runInBand --detectOpenHandles)",
6565
"Bash(TEST_MEMORY=1 TEST_ESM=1 node --expose-gc --experimental-vm-modules node_modules/jest/bin/jest.js --no-coverage test/memory.test.ts -t \"final test marker\" --runInBand)",
6666
"WebFetch(domain:osv.dev)",
67-
"Bash(npm update:*)"
67+
"Bash(npm update:*)",
68+
"Bash(npm install)",
69+
"Bash(gh repo view:*)"
6870
]
6971
},
7072
"enableAllProjectMcpServers": false

0 commit comments

Comments
 (0)