15 lines
300 B
JSON
15 lines
300 B
JSON
{
|
|
"name": "compliance-auditor",
|
|
"description": "Regulatory compliance auditing tools for code and documentation review",
|
|
"version": "1.0.0",
|
|
"author": {
|
|
"name": "Nick Garrison",
|
|
"email": "n.garrison@me.com"
|
|
},
|
|
"agents": [
|
|
"./agents"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |