mirror of
https://github.com/trailofbits/dropkit
synced 2026-06-21 14:11:54 +00:00
Rename Claude settings and update tobcloud references (#33)
- Rename .claude/settings.local.json to .claude/settings.json - Add .claude/settings.local.json to .gitignore - Replace uv run tobcloud with uv run dropkit in permissions Co-authored-by: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -7,9 +7,9 @@
|
||||
"Bash(uv run ruff:*)",
|
||||
"Bash(uv run mypy:*)",
|
||||
"Bash(./lint.sh:*)",
|
||||
"Bash(uv run tobcloud --help:*)",
|
||||
"Bash(uv run tobcloud on --help:*)",
|
||||
"Bash(uv run tobcloud off --help:*)",
|
||||
"Bash(uv run dropkit --help:*)",
|
||||
"Bash(uv run dropkit on --help:*)",
|
||||
"Bash(uv run dropkit off --help:*)",
|
||||
"Bash(git add:*)",
|
||||
"Bash(git commit:*)"
|
||||
],
|
||||
@@ -14,3 +14,6 @@ dropkit/_version.txt
|
||||
|
||||
# Git worktrees
|
||||
.worktrees/
|
||||
|
||||
# Claude Code local settings
|
||||
.claude/settings.local.json
|
||||
|
||||
Reference in New Issue
Block a user