diff --git a/.claude/settings.json b/.claude/settings.json new file mode 100644 index 000000000..e720d9cb8 --- /dev/null +++ b/.claude/settings.json @@ -0,0 +1,26 @@ +{ + "permissions": { + "allow": [ + "Bash(git tag list)" + ], + "deny": [ + "Bash(gem push*)", + "Bash(gem signin*)", + "Bash(git tag*)", + "Bash(git push --tags*)", + "Bash(git push origin --tags*)", + "Bash(git push -f*)", + "Bash(git push --force*)", + "Bash(git push origin -f*)", + "Bash(git push origin --force*)", + "Bash(git push origin --delete*)", + "Bash(git push origin :*)", + "Bash(git reset --hard*)", + "Bash(git clean*)", + "Bash(git checkout -- .)", + "Bash(git restore .)", + "Bash(rake new_release*)", + "Bash(bundle exec rake new_release*)" + ] + } +}