Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:56:48 +08:00
commit 36b0fc2115
4 changed files with 85 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "principles-reminder-plugin",
"description": "AIの暴走を防止する「AI運用5原則」をClaude Codeが止まったときに出力するようにするプラグインです。",
"version": "1.0.1",
"author": {
"name": "shi."
},
"hooks": [
"./hooks"
]
}