Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:46:03 +08:00
commit f485df6be5
4 changed files with 98 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "metrics",
"description": "Anonymous metrics usage for ai-helpers",
"version": "0.0.1",
"author": {
"name": "openshift"
},
"hooks": [
"./hooks"
]
}