From 5f35fd2127418d23320e8b83835c55c2dae0a8a1 Mon Sep 17 00:00:00 2001 From: Zhongwei Li Date: Sun, 30 Nov 2025 08:56:51 +0800 Subject: [PATCH] Initial commit --- .claude-plugin/plugin.json | 11 ++++++++++ README.md | 3 +++ hooks/hooks.json | 15 +++++++++++++ plugin.lock.json | 45 ++++++++++++++++++++++++++++++++++++++ 4 files changed, 74 insertions(+) create mode 100644 .claude-plugin/plugin.json create mode 100644 README.md create mode 100644 hooks/hooks.json create mode 100644 plugin.lock.json diff --git a/.claude-plugin/plugin.json b/.claude-plugin/plugin.json new file mode 100644 index 0000000..9a58573 --- /dev/null +++ b/.claude-plugin/plugin.json @@ -0,0 +1,11 @@ +{ + "name": "serena-plugin", + "description": "serena MCP Server, 開始時にプロジェクトのアクティベートを促すHooksを提供します。", + "version": "1.0.0", + "author": { + "name": "shi." + }, + "hooks": [ + "./hooks" + ] +} \ No newline at end of file diff --git a/README.md b/README.md new file mode 100644 index 0000000..5666ccd --- /dev/null +++ b/README.md @@ -0,0 +1,3 @@ +# serena-plugin + +serena MCP Server, 開始時にプロジェクトのアクティベートを促すHooksを提供します。 diff --git a/hooks/hooks.json b/hooks/hooks.json new file mode 100644 index 0000000..e222755 --- /dev/null +++ b/hooks/hooks.json @@ -0,0 +1,15 @@ +{ + "hooks": { + "SessionStart": [ + { + "matcher": "", + "hooks": [ + { + "type": "command", + "command": "echo '一番最初にserenaのプロジェクトをカウントディレクトリ(`.`)でのアクティベートなど、初期設定を実行してください。'" + } + ] + } + ] + } +} \ No newline at end of file diff --git a/plugin.lock.json b/plugin.lock.json new file mode 100644 index 0000000..8c5adc6 --- /dev/null +++ b/plugin.lock.json @@ -0,0 +1,45 @@ +{ + "$schema": "internal://schemas/plugin.lock.v1.json", + "pluginId": "gh:shin902/shi-marketplace:serena", + "normalized": { + "repo": null, + "ref": "refs/tags/v20251128.0", + "commit": "f8fc2db34e2608b460ce9585528ecc93dde91390", + "treeHash": "927985d751d501ec55c17df614d2116a9445ffa140e57ce19be66bb943b490cd", + "generatedAt": "2025-11-28T10:28:18.737614Z", + "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": "serena-plugin", + "description": "serena MCP Server, 開始時にプロジェクトのアクティベートを促すHooksを提供します。", + "version": "1.0.0" + }, + "content": { + "files": [ + { + "path": "README.md", + "sha256": "358ed6de56de93d128a8c5d19fb4f72041c1c17701cba7d605b056c5d8925ded" + }, + { + "path": "hooks/hooks.json", + "sha256": "83571a647e64a0a2ae4242166a172c7f3be5e1f0636700483a040021ce629671" + }, + { + "path": ".claude-plugin/plugin.json", + "sha256": "25316620ea9277cd61b6123eef7ab3af29885e13016b765ae094524d36627d1d" + } + ], + "dirSha256": "927985d751d501ec55c17df614d2116a9445ffa140e57ce19be66bb943b490cd" + }, + "security": { + "scannedAt": null, + "scannerVersion": null, + "flags": [] + } +} \ No newline at end of file