From 15576c8b50b4ba60b757753954de3c577a1222e7 Mon Sep 17 00:00:00 2001 From: David Mytton Date: Wed, 22 Apr 2026 12:58:51 +0000 Subject: [PATCH] chore: duplicate plugin directory for Claude Code compatibility --- .claude-plugin/plugin.json | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) create mode 100644 .claude-plugin/plugin.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..83c7909 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,26 @@ +{ + "name": "arcjet", + "version": "1.0.0", + "description": "Runtime security for your app — abuse protection, budget controls & rate limiting, prompt injection detection, and PII blocking. Connects your AI agent to the Arcjet MCP server and provides security-aware coding guidance.", + "author": { + "name": "Arcjet", + "email": "support@arcjet.com", + "url": "https://arcjet.com" + }, + "homepage": "https://arcjet.com", + "repository": "https://github.com/arcjet/arcjet-plugin", + "license": "Apache-2.0", + "logo": "./assets/logo.svg", + "keywords": [ + "security", + "rate-limiting", + "bot-detection", + "abuse-protection", + "budget-controls", + "waf", + "ai-security", + "prompt-injection", + "pii", + "arcjet" + ] +}