Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:35:44 +08:00
commit 621a26d0bd
5 changed files with 117 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "security",
"description": "セキュリティとワークフロー制御のためのフック集(ファイル編集制限、通知)",
"version": "1.0.0",
"author": {
"name": "korosuke613",
"url": "https://github.com/korosuke613"
},
"hooks": [
"./hooks"
]
}