From 671f03275f8f6483b28043937d156ee828d6f13e Mon Sep 17 00:00:00 2001 From: ilker Date: Sun, 29 Mar 2026 12:52:27 +0300 Subject: [PATCH] fix(cursor): add numeric hooks config version for Cursor validation Cursor's claude-plugin-config requires hooks/hooks.json to declare a numeric top-level version field (same pattern as other marketplace plugins). --- cursor-plugin/hooks/hooks.json | 1 + 1 file changed, 1 insertion(+) diff --git a/cursor-plugin/hooks/hooks.json b/cursor-plugin/hooks/hooks.json index 33d4832..d939519 100644 --- a/cursor-plugin/hooks/hooks.json +++ b/cursor-plugin/hooks/hooks.json @@ -1,4 +1,5 @@ { + "version": 1, "hooks": { "sessionStart": [{ "command": "./scripts/runlayer-hook.sh" }], "beforeMCPExecution": [{ "command": "./scripts/runlayer-hook.sh" }],