From beea7899b93c9fe00116e8e42c3129b59fac565f Mon Sep 17 00:00:00 2001 From: Alex Newman Date: Fri, 17 Apr 2026 23:56:22 -0700 Subject: [PATCH] chore: remove conductor.json shim Conductor workspace setup is no longer needed - plugins handle hook registration directly via plugin/hooks/hooks.json. The shim was copying a stale settings.local.json into every worktree, registering dead hook paths (save-hook.js, new-hook.js, summary-hook.js) that no longer exist. Co-Authored-By: Claude Opus 4.7 (1M context) --- conductor.json | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 conductor.json diff --git a/conductor.json b/conductor.json deleted file mode 100644 index 6a08f555..00000000 --- a/conductor.json +++ /dev/null @@ -1,6 +0,0 @@ -{ - "scripts": { - "setup": "cp ../settings.local.json .claude/settings.local.json && npm install", - "run": "npm run build-and-sync" - } -} \ No newline at end of file