diff --git a/plugins/clarity-assist/hooks/hooks.json b/plugins/clarity-assist/hooks/hooks.json index 65cf6a3..571ba9b 100644 --- a/plugins/clarity-assist/hooks/hooks.json +++ b/plugins/clarity-assist/hooks/hooks.json @@ -2,8 +2,13 @@ "hooks": { "UserPromptSubmit": [ { - "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/hooks/vagueness-check.sh" + "matcher": "", + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/hooks/vagueness-check.sh" + } + ] } ] } diff --git a/plugins/claude-config-maintainer/hooks/hooks.json b/plugins/claude-config-maintainer/hooks/hooks.json index d80c531..60168f6 100644 --- a/plugins/claude-config-maintainer/hooks/hooks.json +++ b/plugins/claude-config-maintainer/hooks/hooks.json @@ -2,8 +2,13 @@ "hooks": { "SessionStart": [ { - "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/hooks/enforce-rules.sh" + "matcher": "", + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/hooks/enforce-rules.sh" + } + ] } ] } diff --git a/plugins/cmdb-assistant/hooks/hooks.json b/plugins/cmdb-assistant/hooks/hooks.json index d90fb51..d779fdf 100644 --- a/plugins/cmdb-assistant/hooks/hooks.json +++ b/plugins/cmdb-assistant/hooks/hooks.json @@ -2,8 +2,13 @@ "hooks": { "SessionStart": [ { - "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/hooks/startup-check.sh" + "matcher": "", + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/hooks/startup-check.sh" + } + ] } ], "PreToolUse": [ diff --git a/plugins/contract-validator/hooks/hooks.json b/plugins/contract-validator/hooks/hooks.json index a37bf96..2fde076 100644 --- a/plugins/contract-validator/hooks/hooks.json +++ b/plugins/contract-validator/hooks/hooks.json @@ -2,8 +2,13 @@ "hooks": { "SessionStart": [ { - "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/hooks/auto-validate.sh" + "matcher": "", + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/hooks/auto-validate.sh" + } + ] } ], "PostToolUse": [ diff --git a/plugins/data-platform/hooks/hooks.json b/plugins/data-platform/hooks/hooks.json index d8e413a..09eec5e 100644 --- a/plugins/data-platform/hooks/hooks.json +++ b/plugins/data-platform/hooks/hooks.json @@ -2,8 +2,13 @@ "hooks": { "SessionStart": [ { - "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/hooks/startup-check.sh" + "matcher": "", + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/hooks/startup-check.sh" + } + ] } ], "PostToolUse": [ diff --git a/plugins/pr-review/hooks/hooks.json b/plugins/pr-review/hooks/hooks.json index 529b5ec..07be0d9 100644 --- a/plugins/pr-review/hooks/hooks.json +++ b/plugins/pr-review/hooks/hooks.json @@ -2,8 +2,13 @@ "hooks": { "SessionStart": [ { - "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/hooks/startup-check.sh" + "matcher": "", + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/hooks/startup-check.sh" + } + ] } ] } diff --git a/plugins/projman/hooks/hooks.json b/plugins/projman/hooks/hooks.json index 529b5ec..07be0d9 100644 --- a/plugins/projman/hooks/hooks.json +++ b/plugins/projman/hooks/hooks.json @@ -2,8 +2,13 @@ "hooks": { "SessionStart": [ { - "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/hooks/startup-check.sh" + "matcher": "", + "hooks": [ + { + "type": "command", + "command": "${CLAUDE_PLUGIN_ROOT}/hooks/startup-check.sh" + } + ] } ] } diff --git a/plugins/viz-platform/hooks/hooks.json b/plugins/viz-platform/hooks/hooks.json index b9820d5..deffac9 100644 --- a/plugins/viz-platform/hooks/hooks.json +++ b/plugins/viz-platform/hooks/hooks.json @@ -1,3 +1,3 @@ { - "hooks": [] + "hooks": {} }