diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 0000000..e87252d --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,31 @@ +{ + "permissions": { + "allow": [ + "Bash(git add *)", + "Bash(git commit *)" + ], + "deny": [ + "Bash(rm -rf /*)", + "Bash(rm -rf ~*)", + "Bash(rm -rf $HOME*)", + "Bash(sudo rm *)", + "Bash(sudo chmod *)", + "Bash(sudo chown *)", + "Bash(mkfs*)", + "Bash(mkfs.*)", + "Bash(dd if=*)", + "Bash(git push --force*)", + "Bash(git push -f*)", + "Bash(git push --force-with-lease*)", + "Bash(git reset --hard*)", + "Bash(git clean -fd*)", + "Bash(git clean -fdx*)", + "Bash(git clean -ffd*)", + "Bash(git branch -D *)", + "Bash(git checkout -- *)", + "Bash(git restore .*)", + "Bash(chmod -R 777 *)", + "Bash(chmod 777 *)" + ] + } +}