From 4d8bb1fd44c6864bad9b6dfa4e7c4856f5887d09 Mon Sep 17 00:00:00 2001 From: archipelago Date: Tue, 1 Sep 2026 05:27:00 -0400 Subject: [PATCH] fix(ci): drop a stray gitlink that broke every demo build MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit A Claude worktree under aiui/ was committed as a submodule gitlink (160000) with no .gitmodules entry, so actions/checkout's recursive submodule pass exited 128 and every 'Build & push demo images' run since v1.8.6 failed. Removing the index entry — the worktree is local state and was never meant to be tracked. --- aiui/.claude/worktrees/agitated-hofstadter | 1 - 1 file changed, 1 deletion(-) delete mode 160000 aiui/.claude/worktrees/agitated-hofstadter diff --git a/aiui/.claude/worktrees/agitated-hofstadter b/aiui/.claude/worktrees/agitated-hofstadter deleted file mode 160000 index 10e12a32..00000000 --- a/aiui/.claude/worktrees/agitated-hofstadter +++ /dev/null @@ -1 +0,0 @@ -Subproject commit 10e12a329f0652a2270d2b988eae42567b792cef