From 4da793f5765733ab0b0032fce579b151e7eacb3c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?T=C3=82CHES?= Date: Tue, 17 Mar 2026 17:02:12 -0600 Subject: [PATCH] fix: remove broken ./hooks export path from pi-coding-agent (#984) Co-authored-by: Claude Opus 4.6 (1M context) --- packages/pi-coding-agent/package.json | 4 ---- 1 file changed, 4 deletions(-) diff --git a/packages/pi-coding-agent/package.json b/packages/pi-coding-agent/package.json index 3db502944..32e53eabb 100644 --- a/packages/pi-coding-agent/package.json +++ b/packages/pi-coding-agent/package.json @@ -13,10 +13,6 @@ ".": { "types": "./dist/index.d.ts", "import": "./dist/index.js" - }, - "./hooks": { - "types": "./dist/core/hooks/index.d.ts", - "import": "./dist/core/hooks/index.js" } }, "scripts": {