From 71bcf1e145b608681d80e21bff6d866d327ba49d Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sat, 29 Nov 2025 18:24:45 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 18 +++++++++++++++++ README.md | 3 +++ plugin.lock.json | 41 ++++++++++++++++++++++++++++++++++++++ 3 files changed, 62 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..60d953a --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,18 @@ +{ + "name": "sentry", + "description": "Sentry integration for Claude Code with issue analysis agent", + "version": "1.0.0", + "author": { + "name": "Erhan Abay" + }, + "mcp": { + "sentry": { + "command": "npx", + "args": [ + "-y", + "mcp-remote@latest", + "https://mcp.sentry.dev/mcp" + ] + } + } +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..94debf6 --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# sentry + +Sentry integration for Claude Code with issue analysis agent diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..d056eaf --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,41 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:eabay/claude-code-plugins:plugins/sentry", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "b069998585e8e0f8d3145eda19f5c3e386d99cfb", + "treeHash": "2ae8ca5aa574097b8dd1f3ad2632a85637ced8011886191d405e1375e16503fd", + "generatedAt": "2025-11-28T10:16:42.942111Z", + "toolVersion": "publish_plugins.py@0.2.0" + }, + "origin": { + "remote": "git@github.com:zhongweili/42plugin-data.git", + "branch": "master", + "commit": "aa1497ed0949fd50e99e70d6324a29c5b34f9390", + "repoRoot": "/Users/zhongweili/projects/openmind/42plugin-data" + }, + "manifest": { + "name": "sentry", + "description": "Sentry integration for Claude Code with issue analysis agent", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "46e03f8819d1b2e9b3c1df09f03ee3c1a2fa1fa10dac3f7d72cfade9dd8a1751" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "5c930b29686fdd24317c68d8b98981fb516a3ed6e5ba1788603dd055772a4de7" + } + ], + "dirSha256": "2ae8ca5aa574097b8dd1f3ad2632a85637ced8011886191d405e1375e16503fd" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file