Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:26:33 +08:00
commit 7f3a2fde9e
8 changed files with 439 additions and 0 deletions

View File

@@ -0,0 +1,17 @@
{
"name": "general-dev",
"description": "Code quality tools: code-simplifier agent for pattern analysis, architecture explanation command, and hooks for rg enforcement.",
"version": "1.2.1",
"author": {
"name": "Fatih Akyon"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}