Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:51 +08:00
commit 5f35fd2127
4 changed files with 74 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "serena-plugin",
"description": "serena MCP Server, 開始時にプロジェクトのアクティベートを促すHooksを提供します。",
"version": "1.0.0",
"author": {
"name": "shi."
},
"hooks": [
"./hooks"
]
}

3
README.md Normal file
View File

@@ -0,0 +1,3 @@
# serena-plugin
serena MCP Server, 開始時にプロジェクトのアクティベートを促すHooksを提供します。

15
hooks/hooks.json Normal file
View File

@@ -0,0 +1,15 @@
{
"hooks": {
"SessionStart": [
{
"matcher": "",
"hooks": [
{
"type": "command",
"command": "echo '一番最初にserenaのプロジェクトをカウントディレクトリ(`.`)でのアクティベートなど、初期設定を実行してください。'"
}
]
}
]
}
}

45
plugin.lock.json Normal file
View File

@@ -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": []
}
}