18 lines
366 B
JSON
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"
|
|
]
|
|
} |