root Claude Opus 4.6 commited on
Commit ·
39336ae
1
Parent(s): 82da05c
fix: remove git submodule to fix DNS-related init failure
Browse filesThe .gitmodules file caused HF's init step to try cloning the
submodule, which failed with DNS resolution errors. The submodule
is no longer needed since circleguardbench is not installed from git.
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
- .gitmodules +0 -3
.gitmodules
DELETED
|
@@ -1,3 +0,0 @@
|
|
| 1 |
-
[submodule "guard-bench-submodule"]
|
| 2 |
-
path = guard-bench-submodule
|
| 3 |
-
url = https://github.com/whitecircle-ai/circle-guard-bench.git
|
|
|
|
|
|
|
|
|
|
|
|