Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:36:22 +08:00
commit 82f4e2da27
5 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "test-plugin",
"description": "Minimal test plugin to reproduce hook output capture bug",
"version": "1.0.0",
"author": {
"name": "Test"
},
"hooks": [
"./hooks"
]
}