From a7bc5f2a90266b5ebbcdb85f63b10268159bfb17 Mon Sep 17 00:00:00 2001 From: Affaan Mustafa Date: Fri, 23 Jan 2026 22:27:21 -0800 Subject: [PATCH] revert: remove hooks declaration - auto-loaded by convention Claude Code automatically loads hooks/hooks.json if it exists. Declaring it in plugin.json causes "Duplicate hooks file" error. Fixes #52 --- .claude-plugin/plugin.json | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json index cf1101c..6abaa72 100644 --- a/.claude-plugin/plugin.json +++ b/.claude-plugin/plugin.json @@ -23,6 +23,5 @@ "best-practices" ], "commands": "./commands", - "skills": "./skills", - "hooks": "./hooks/hooks.json" + "skills": "./skills" }