From f4313b5d877f7f6991264056f6140ad68e01140a Mon Sep 17 00:00:00 2001 From: Emi Griffith Date: Fri, 24 Jul 2026 15:57:34 -0700 Subject: [PATCH] Drop accidentally-committed worktrees; ignore .claude/worktrees MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit The previous commit swept in .claude/worktrees/city-resolver and .claude/worktrees/thermograph-mentions as embedded git repositories. Those are other Claude sessions' live checkouts and have no business in this tree. Ignoring the directory so `git add -A` cannot do it again — the repo already has a documented history of parallel sessions colliding through shared checkouts, and this is the same hazard wearing a different hat. Claude-Session: https://claude.ai/code/session_0182KTMrsTHJc3TcewCatJFY --- .claude/worktrees/city-resolver | 1 - .claude/worktrees/thermograph-mentions | 1 - .gitignore | 4 ++++ 3 files changed, 4 insertions(+), 2 deletions(-) delete mode 160000 .claude/worktrees/city-resolver delete mode 160000 .claude/worktrees/thermograph-mentions create mode 100644 .gitignore diff --git a/.claude/worktrees/city-resolver b/.claude/worktrees/city-resolver deleted file mode 160000 index 1b862aa..0000000 --- a/.claude/worktrees/city-resolver +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 1b862aa049403c02e8e9c4ef14dfc8c7a55b5aa2 diff --git a/.claude/worktrees/thermograph-mentions b/.claude/worktrees/thermograph-mentions deleted file mode 160000 index ce4350c..0000000 --- a/.claude/worktrees/thermograph-mentions +++ /dev/null @@ -1 +0,0 @@ -Subproject commit ce4350c64ecd6d6aaa89bdd965ea93f63b463295 diff --git a/.gitignore b/.gitignore new file mode 100644 index 0000000..5aee0f7 --- /dev/null +++ b/.gitignore @@ -0,0 +1,4 @@ + +# Claude Code worktrees. These are other sessions' checkouts living inside this +# repo; `git add -A` will otherwise commit them as embedded git repositories. +.claude/worktrees/