From b27b1e143144149e182d1bbfac82e85d9a6d9982 Mon Sep 17 00:00:00 2001 From: Dan Guido Date: Sat, 14 Feb 2026 12:22:30 -0500 Subject: [PATCH] Rename Claude settings and update tobcloud references - 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 --- .claude/{settings.local.json => settings.json} | 6 +++--- .gitignore | 3 +++ 2 files changed, 6 insertions(+), 3 deletions(-) rename .claude/{settings.local.json => settings.json} (69%) diff --git a/.claude/settings.local.json b/.claude/settings.json similarity index 69% rename from .claude/settings.local.json rename to .claude/settings.json index c4adab7..fe4fd07 100644 --- a/.claude/settings.local.json +++ b/.claude/settings.json @@ -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:*)" ], diff --git a/.gitignore b/.gitignore index 30a8a26..f7c71d9 100644 --- a/.gitignore +++ b/.gitignore @@ -14,3 +14,6 @@ dropkit/_version.txt # Git worktrees .worktrees/ + +# Claude Code local settings +.claude/settings.local.json