Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:19:07 +08:00
commit 9f4fe0f55f
4 changed files with 119 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "hook-complexity-monitor",
"description": "Monitor code complexity and maintain code quality",
"version": "1.1.1",
"author": {
"name": "Dev GOM",
"url": "https://github.com/Dev-GOM/claude-code-marketplace"
},
"hooks": [
"./hooks"
]
}