mirror of
https://github.com/textcortex/claude-code-sandbox.git
synced 2025-08-05 03:18:11 +00:00
46 lines
1.1 KiB
JSON
46 lines
1.1 KiB
JSON
{
|
|
"permissions": {
|
|
"allow": [
|
|
"Bash(mkdir:*)",
|
|
"Bash(npm run build:*)",
|
|
"Bash(grep:*)",
|
|
"Bash(ls:*)",
|
|
"Bash(docker logs:*)",
|
|
"Bash(docker kill:*)",
|
|
"Bash(docker rm:*)",
|
|
"Bash(npx tsc:*)",
|
|
"Bash(npm install:*)",
|
|
"Bash(node:*)",
|
|
"Bash(timeout:*)",
|
|
"Bash(true)",
|
|
"Bash(docker stop:*)",
|
|
"Bash(mv:*)",
|
|
"Bash(curl:*)",
|
|
"WebFetch(domain:localhost)",
|
|
"Bash(pkill:*)",
|
|
"Bash(docker exec:*)",
|
|
"Bash(npx ts-node:*)",
|
|
"Bash(docker pull:*)",
|
|
"Bash(rg:*)",
|
|
"Bash(npm start)",
|
|
"Bash(find:*)",
|
|
"Bash(npm run lint)",
|
|
"Bash(sed:*)",
|
|
"Bash(npx claude-sandbox purge:*)",
|
|
"Bash(docker cp:*)",
|
|
"Bash(npm run test:e2e:*)",
|
|
"Bash(gh pr list:*)",
|
|
"Bash(kill:*)",
|
|
"Bash(npm start:*)",
|
|
"Bash(npm run purge-containers:*)",
|
|
"Bash(claude-sandbox start:*)",
|
|
"Bash(npm run lint)",
|
|
"Bash(npx eslint:*)",
|
|
"Bash(npm test:*)",
|
|
"Bash(gh issue view:*)",
|
|
"Bash(npm install)"
|
|
],
|
|
"deny": []
|
|
},
|
|
"enableAllProjectMcpServers": false
|
|
}
|