ralph-claude-code/.claude/settings.local.json

31 lines
816 B
JSON

{
"permissions": {
"allow": [
"Bash(npm install:*)",
"Bash(chmod:*)",
"Bash(./node_modules/.bin/bats:*)",
"Bash(npx bats:*)",
"Bash(npm init:*)",
"Bash(grep:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(git push:*)",
"Bash(npm run test:integration:*)",
"Bash(test:*)",
"Bash(awk:*)",
"Bash(bats:*)",
"Bash(./tests/test_error_detection.sh:*)",
"Bash(./tests/test_stuck_loop_detection.sh:*)",
"Bash(git mv:*)",
"WebFetch(domain:about.codecov.io)",
"WebFetch(domain:github.com)",
"Bash(shellcheck:*)",
"Bash(timeout 30 bats:*)",
"mcp__sequential-thinking__sequentialthinking",
"Bash(git fetch:*)",
"Bash(npm run test:unit:*)"
],
"deny": [],
"ask": []
}
}