From 44e119ab6845cc29d8e7fd23d48841282773b671 Mon Sep 17 00:00:00 2001 From: Jakub Czajka Date: Wed, 8 Jul 2026 00:35:36 +0200 Subject: [PATCH] [ai] Set worktree baseRef to head. --- .claude/settings.json | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.claude/settings.json b/.claude/settings.json index 8353c12..9e1ae7a 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -3,6 +3,9 @@ "GUIX_BIN": "/run/current-system/profile/bin", "PROFILE": "nonfree" }, + "worktree": { + "baseRef": "head" + }, "statusLine": { "type": "command", "command": "${CLAUDE_PROJECT_DIR}/.claude/hooks/status-line" -- 2.47.3