Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
26 changes: 26 additions & 0 deletions .claude/settings.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,26 @@
{
"permissions": {
"allow": [
"Bash(git tag list)"
],
"deny": [
"Bash(gem push*)",
"Bash(gem signin*)",
"Bash(git tag*)",
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This prevents git tag list though 🤔

Copy link
Contributor Author

@mokagio mokagio Feb 25, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Followed up by explicitly allowing git tag list.

Demo:

Screenshot 2026-02-25 at 1 59 19 PM Screenshot 2026-02-25 at 1 59 28 PM

"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*)"
]
}
}