Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:22:11 +08:00
commit 18f5177e8d
8 changed files with 166 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "gdpr-compliance-scanner",
"description": "Scan for GDPR compliance issues",
"version": "1.0.0",
"author": {
"name": "Jeremy Longshore",
"email": "[email protected]"
},
"skills": [
"./skills"
],
"commands": [
"./commands"
]
}