Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:43:35 +08:00
commit e32f8be116
6 changed files with 281 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"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"
]
}