Files
integration/.claude/settings.local.json

11 lines
158 B
JSON
Raw Normal View History

{
"permissions": {
"defaultMode": "acceptEdits",
"deny": [
"Bash(git commit *)",
"Bash(git push *)",
"Bash(rm -rf *)"
]
}
}