Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:25:17 +08:00
commit 79f1b94292
7 changed files with 369 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "rubric",
"description": "Automated code standards checks based on custom rubrics",
"version": "0.3.1",
"author": {
"name": "Aotokitsuruya"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}