From a55c20308af3fa948a113f0781ac0c5d563bf93f Mon Sep 17 00:00:00 2001 From: Lauri Gates Date: Thu, 16 Jul 2026 15:51:30 +0300 Subject: [PATCH] fix(chezmoi): ignore Claude Code credential + settings-backup runtime files MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit ~/.claude is an exact_ tree, so any unlisted top-level entry is DELETED on chezmoi apply. chezmoi status showed pending D lines for .credentials.json (Claude Code auth state) and settings.json.backup. (written by Claude Code before migrating settings) — neither was in .chezmoiignore, so the next apply would have silently removed them. Register both as unmanaged runtime files. Co-Authored-By: Claude Fable 5 Claude-Session: https://claude.ai/code/session_012ybMwaDwhwhXsvMfBLk8Gq --- exact_dot_claude/.chezmoiignore | 2 ++ 1 file changed, 2 insertions(+) diff --git a/exact_dot_claude/.chezmoiignore b/exact_dot_claude/.chezmoiignore index b481c69f..f9db042e 100644 --- a/exact_dot_claude/.chezmoiignore +++ b/exact_dot_claude/.chezmoiignore @@ -41,6 +41,8 @@ jobs/ .last-update-result.json # Runtime files created by Claude Code +.credentials.json +settings.json.backup.* policy-limits.json remote-settings.json .update.lock