From ec381c40d74432668f92cd21bcf1440042a89cae Mon Sep 17 00:00:00 2001 From: kevinpauer <75857474+kevinpauer@users.noreply.github.com> Date: Wed, 2 Jul 2025 17:35:52 +0200 Subject: [PATCH] fix: Improve local installation script robustness (#54) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 🤖 Generated with [Claude Code](https://claude.ai/code) Signed-off-by: Kevin Pauer Co-authored-by: Kevin Pauer Co-authored-by: Claude --- install.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/install.sh b/install.sh index d89cc7c..17919fb 100755 --- a/install.sh +++ b/install.sh @@ -146,6 +146,8 @@ PRESERVE_FILES=( ".claude/todos" ".claude/statsig" ".claude/projects" + ".claude/local" + ".claude/local/*" ) # Function: check_command