ralph-claude-code/.claude/settings.local.json
2026-01-09 12:58:13 -07:00

26 lines
639 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)"
],
"deny": [],
"ask": []
}
}