Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:40:52 +08:00
commit fedac466b2
14 changed files with 1133 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
{
"name": "guard",
"description": "Unified guardian that protects sensitive files, prevents bloated code, and enforces architectural best practices",
"version": "2.0.0",
"author": {
"name": "Ulrich Diedrichsen",
"email": "[email protected]"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
],
"hooks": [
"./hooks"
]
}