From 2402b730fa65dddb59e3299984edfb39fa924214 Mon Sep 17 00:00:00 2001 From: "DESKTOP-RTLN3BA\\$punk" Date: Mon, 11 May 2026 12:50:13 -0700 Subject: [PATCH] chore: untrack accidentally embedded hermes-agent repo It was committed as a gitlink (mode 160000) in 81583ef3 despite being listed in .gitignore, because ignore rules don't apply to already-tracked paths. Remove it from the index and add a slash-less pattern as a guard against the gitlink form being re-added. Co-authored-by: Cursor --- .gitignore | 1 + hermes-agent | 1 - 2 files changed, 1 insertion(+), 1 deletion(-) delete mode 160000 hermes-agent diff --git a/.gitignore b/.gitignore index ab24c0c05..6c80c95c3 100644 --- a/.gitignore +++ b/.gitignore @@ -15,4 +15,5 @@ surfsense_web/playwright/.auth/ surfsense_web/playwright-report/ surfsense_web/test-results/ surfsense_web/blob-report/ +hermes-agent hermes-agent/ diff --git a/hermes-agent b/hermes-agent deleted file mode 160000 index cca2869d7..000000000 --- a/hermes-agent +++ /dev/null @@ -1 +0,0 @@ -Subproject commit cca2869d78388e049ff1116e420b7209643a9c15