Files
2025-11-30 08:40:52 +08:00

18 lines
366 B
JSON

{
"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"
]
}