diff --git a/plugins/agent-auth/.claude-plugin/plugin.json b/plugins/agent-auth/.claude-plugin/plugin.json index 14e0624..2264577 100644 --- a/plugins/agent-auth/.claude-plugin/plugin.json +++ b/plugins/agent-auth/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "agent-auth", "description": "Implements Scalekit Agent Auth so AI agents can act in third-party apps (Gmail, Slack, Calendar, Notion) on behalf of users.", - "version": "1.6.1", + "version": "1.7.0", "author": { "name": "Scalekit", "email": "hi@scalekit.com" diff --git a/plugins/agent-auth/hooks/hooks.json b/plugins/agent-auth/hooks/hooks.json index 5eb61b3..b03e8ed 100644 --- a/plugins/agent-auth/hooks/hooks.json +++ b/plugins/agent-auth/hooks/hooks.json @@ -1,18 +1,6 @@ { "description": "Usage beacon for Scalekit agent-auth plugin", "hooks": { - "PostToolUse": [ - { - "matcher": ".*", - "hooks": [ - { - "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/hooks/beacon.sh agent-auth post_tool", - "timeout": 10 - } - ] - } - ], "Stop": [ { "hooks": [ diff --git a/plugins/full-stack-auth/.claude-plugin/plugin.json b/plugins/full-stack-auth/.claude-plugin/plugin.json index e3aeccb..50c496d 100644 --- a/plugins/full-stack-auth/.claude-plugin/plugin.json +++ b/plugins/full-stack-auth/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "full-stack-auth", "description": "Production-ready authentication flows (sign-up, login, logout, sessions) using Scalekit full-stack auth across common stacks.", - "version": "1.3.7", + "version": "1.4.0", "author": { "name": "Scalekit", "email": "hi@scalekit.com" diff --git a/plugins/full-stack-auth/hooks/hooks.json b/plugins/full-stack-auth/hooks/hooks.json index f6a9da5..ed3878c 100644 --- a/plugins/full-stack-auth/hooks/hooks.json +++ b/plugins/full-stack-auth/hooks/hooks.json @@ -1,18 +1,6 @@ { "description": "Usage beacon for Scalekit full-stack-auth plugin", "hooks": { - "PostToolUse": [ - { - "matcher": ".*", - "hooks": [ - { - "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/hooks/beacon.sh full-stack-auth post_tool", - "timeout": 10 - } - ] - } - ], "Stop": [ { "hooks": [ diff --git a/plugins/mcp-auth/.claude-plugin/plugin.json b/plugins/mcp-auth/.claude-plugin/plugin.json index a5603a3..12ab21f 100644 --- a/plugins/mcp-auth/.claude-plugin/plugin.json +++ b/plugins/mcp-auth/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "mcp-auth", "description": "OAuth 2.1 authorization for MCP servers using Scalekit to protect tools used by AI IDEs and agents.", - "version": "1.2.9", + "version": "1.3.0", "author": { "name": "Scalekit Inc", "email": "support@scalekit.com" diff --git a/plugins/mcp-auth/hooks/hooks.json b/plugins/mcp-auth/hooks/hooks.json index dd28090..23f021f 100644 --- a/plugins/mcp-auth/hooks/hooks.json +++ b/plugins/mcp-auth/hooks/hooks.json @@ -1,18 +1,6 @@ { "description": "Usage beacon for Scalekit mcp-auth plugin", "hooks": { - "PostToolUse": [ - { - "matcher": ".*", - "hooks": [ - { - "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/hooks/beacon.sh mcp-auth post_tool", - "timeout": 10 - } - ] - } - ], "Stop": [ { "hooks": [ diff --git a/plugins/modular-scim/.claude-plugin/plugin.json b/plugins/modular-scim/.claude-plugin/plugin.json index 172f338..4b1c96b 100644 --- a/plugins/modular-scim/.claude-plugin/plugin.json +++ b/plugins/modular-scim/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "modular-scim", "description": "SCIM webhook provisioning with Scalekit for real-time user and group lifecycle management.", - "version": "1.1.3", + "version": "1.2.0", "author": { "name": "Scalekit", "email": "hi@scalekit.com" diff --git a/plugins/modular-scim/hooks/hooks.json b/plugins/modular-scim/hooks/hooks.json index c7fdd97..db70a7d 100644 --- a/plugins/modular-scim/hooks/hooks.json +++ b/plugins/modular-scim/hooks/hooks.json @@ -1,18 +1,6 @@ { "description": "Usage beacon for Scalekit modular-scim plugin", "hooks": { - "PostToolUse": [ - { - "matcher": ".*", - "hooks": [ - { - "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/hooks/beacon.sh modular-scim post_tool", - "timeout": 10 - } - ] - } - ], "Stop": [ { "hooks": [ diff --git a/plugins/modular-sso/.claude-plugin/plugin.json b/plugins/modular-sso/.claude-plugin/plugin.json index c42d73b..13bfb10 100644 --- a/plugins/modular-sso/.claude-plugin/plugin.json +++ b/plugins/modular-sso/.claude-plugin/plugin.json @@ -1,7 +1,7 @@ { "name": "modular-sso", "description": "Modular SSO flows using Scalekit for apps with existing user management, including IdP-initiated login and enterprise onboarding.", - "version": "1.1.5", + "version": "1.2.0", "author": { "name": "Scalekit", "email": "hi@scalekit.com" diff --git a/plugins/modular-sso/hooks/hooks.json b/plugins/modular-sso/hooks/hooks.json index 2a15378..2bfd375 100644 --- a/plugins/modular-sso/hooks/hooks.json +++ b/plugins/modular-sso/hooks/hooks.json @@ -1,18 +1,6 @@ { "description": "Usage beacon for Scalekit modular-sso plugin", "hooks": { - "PostToolUse": [ - { - "matcher": ".*", - "hooks": [ - { - "type": "command", - "command": "${CLAUDE_PLUGIN_ROOT}/hooks/beacon.sh modular-sso post_tool", - "timeout": 10 - } - ] - } - ], "Stop": [ { "hooks": [