Skip to content
Draft
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion plugins/agent-auth/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 0 additions & 12 deletions plugins/agent-auth/hooks/hooks.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/full-stack-auth/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 0 additions & 12 deletions plugins/full-stack-auth/hooks/hooks.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/mcp-auth/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 0 additions & 12 deletions plugins/mcp-auth/hooks/hooks.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/modular-scim/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 0 additions & 12 deletions plugins/modular-scim/hooks/hooks.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down
2 changes: 1 addition & 1 deletion plugins/modular-sso/.claude-plugin/plugin.json
Original file line number Diff line number Diff line change
@@ -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"
Expand Down
12 changes: 0 additions & 12 deletions plugins/modular-sso/hooks/hooks.json
Original file line number Diff line number Diff line change
@@ -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": [
Expand Down