Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:30:52 +08:00
commit 4e1688c37e
5 changed files with 196 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "hooks-debugger",
"description": "Logs all hook events to JSONL files for debugging purposes",
"version": "0.2.1",
"author": {
"name": "kawaz"
},
"hooks": [
"./hooks"
]
}