From 7acb70073d517ae360f580fef7132841e55bab94 Mon Sep 17 00:00:00 2001 From: martin veillette Date: Fri, 4 Sep 2026 22:21:52 -0400 Subject: [PATCH] chore: normalize .claude/settings.json to fleet template Drop the SessionStart npm-install hook so the file matches the Baton template. Co-authored-by: Cursor --- .claude/settings.json | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) diff --git a/.claude/settings.json b/.claude/settings.json index 453da0d..e081723 100644 --- a/.claude/settings.json +++ b/.claude/settings.json @@ -1,22 +1,7 @@ { - "hooks": { - "SessionStart": [ - { - "hooks": [ - { - "type": "command", - "command": "npm install" - } - ] - } - ] - }, "extraKnownMarketplaces": { "openphysics": { - "source": { - "source": "github", - "repo": "OpenPhysics/Baton" - } + "source": { "source": "github", "repo": "OpenPhysics/Baton" } } }, "enabledPlugins": {