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:
Dan Guido
2026-02-14 12:22:54 -05:00
committed by GitHub
parent 9dad1f0647
commit 059fbf02db
2 changed files with 6 additions and 3 deletions
@@ -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:*)"
],
+3
View File
@@ -14,3 +14,6 @@ dropkit/_version.txt
# Git worktrees
.worktrees/
# Claude Code local settings
.claude/settings.local.json