From 6c2bdd8ce7aaa38e9b46ce00ab7fe9ea75e190ed Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Mon, 29 Jun 2026 17:58:43 -0500 Subject: [PATCH] fix(core): drop shell from location builtin tool test --- packages/core/test/location-layer.test.ts | 2 -- 1 file changed, 2 deletions(-) diff --git a/packages/core/test/location-layer.test.ts b/packages/core/test/location-layer.test.ts index ad6257a492..35616256d9 100644 --- a/packages/core/test/location-layer.test.ts +++ b/packages/core/test/location-layer.test.ts @@ -126,7 +126,6 @@ describe("LocationServiceMap", () => { "grep", "question", "read", - "shell", "skill", "todowrite", "webfetch", @@ -143,7 +142,6 @@ describe("LocationServiceMap", () => { "grep", "question", "read", - "shell", "skill", "todowrite", "webfetch",