Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:58:33 +08:00
commit 08929b5647
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"
]
}