From 23590d2b42518dc5bba1eaf804430df2d9487a7a Mon Sep 17 00:00:00 2001 From: Taylor Mullen Date: Thu, 12 Feb 2026 11:25:46 -0800 Subject: [PATCH] fix(hooks): normalize disabled hook paths for Windows compatibility --- integration-tests/hooks-system.test.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/integration-tests/hooks-system.test.ts b/integration-tests/hooks-system.test.ts index 5e2e823a4c..6031a7a250 100644 --- a/integration-tests/hooks-system.test.ts +++ b/integration-tests/hooks-system.test.ts @@ -1792,7 +1792,7 @@ console.log(JSON.stringify({ ), settings: { enableHooks: true, - disabledHooks: [disabledCmd], + disabledHooks: [normalizePath(disabledCmd)], hooks: { BeforeTool: [ { @@ -1862,7 +1862,7 @@ console.log(JSON.stringify({ rig.setup('Hook Disabling', { settings: { enableHooks: true, - disabledHooks: [disabledCmd], + disabledHooks: [normalizePath(disabledCmd)], hooks: { BeforeTool: [ {