Initial commit
This commit is contained in:
18
.claude-plugin/plugin.json
Normal file
18
.claude-plugin/plugin.json
Normal 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"
|
||||
]
|
||||
}
|
||||
Reference in New Issue
Block a user