Files
Autonomous-Bug-Explorer/.claude/settings.json
2026-03-05 10:26:17 -05:00

46 lines
860 B
JSON

{
"permissions": {
"allow": [
"Bash(mkdir *)",
"Bash(ls *)",
"Bash(cat *)",
"Bash(cp *)",
"Bash(mv *)",
"Bash(rm *)",
"Bash(find *)",
"Bash(grep *)",
"Bash(sed *)",
"Bash(awk *)",
"Bash(head *)",
"Bash(tail *)",
"Bash(echo *)",
"Bash(which *)",
"Bash(pwd)",
"Bash(cd *)",
"Bash(npm *)",
"Bash(npx *)",
"Bash(node *)",
"Bash(git *)",
"Bash(docker *)",
"Bash(tsc *)",
"Bash(vitest *)",
"Bash(eslint *)",
"Bash(wc *)",
"Bash(sort *)",
"Bash(uniq *)",
"Bash(touch *)",
"Bash(chmod *)",
"Bash(test *)",
"Bash(diff *)",
"Bash(tar *)",
"Bash(curl *)",
"Bash(tree *)",
"Read",
"Write",
"Edit",
"MultiEdit"
],
"deny": []
}
}