From 1b0f28eab24707d94d2874c1aaa514a80cfad9ae Mon Sep 17 00:00:00 2001 From: Olivier Coutu Date: Thu, 20 Aug 2026 22:45:20 -0400 Subject: [PATCH] [Claude] Remove orphaned agentmodels.org submodule gitlink The repo tree carried a gitlink entry for data/raw/agentmodels.org (added in 471fd8e, June 2023) with no matching .gitmodules file. Any `git submodule foreach` therefore aborted with: fatal: No url found for submodule path 'data/raw/agentmodels.org' in .gitmodules The process '/usr/bin/git' failed with exit code 128 actions/checkout runs `git submodule foreach` in its post-job cleanup, so every CI job ended with that warning annotation. The jobs still succeeded -- cleanup swallows the failure -- but it added eight noisy annotations to each daily dataset run. The gitlink is vestigial: AgentModels.setup() in align_data/sources/ebooks/agentmodels.py clones the upstream repo into raw_data_path itself at runtime, so nothing reads a submodule here. Co-Authored-By: Claude Opus 5 --- data/raw/agentmodels.org | 1 - 1 file changed, 1 deletion(-) delete mode 160000 data/raw/agentmodels.org diff --git a/data/raw/agentmodels.org b/data/raw/agentmodels.org deleted file mode 160000 index b0f5cd58..00000000 --- a/data/raw/agentmodels.org +++ /dev/null @@ -1 +0,0 @@ -Subproject commit b0f5cd58faf279f53e3c1136e918e079cfaa6b1f