Resolve merge conflict in .claude/settings.local.json

This commit is contained in:
Derek Slenk 2025-07-16 11:30:07 -04:00
parent 08d6605fcc
commit 21d7d19c83

View file

@ -1,9 +1,16 @@
{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(ls:*)"
],
"deny": []
}
{
"permissions": {
"allow": [
"Bash(find:*)",
"Bash(ls:*)",
"Bash(git pull:*)",
"Bash(git remote set-url:*)",
"Bash(git add:*)",
"Bash(git commit:*)",
"Bash(mv:*)",
"Bash(git checkout:*)",
"Bash(git push:*)"
],
"deny": []
}
}