Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:33:56 +08:00
commit b74687530c
5 changed files with 871 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "dependency-management",
"description": "Dependency auditing, version management, and security vulnerability scanning",
"version": "1.2.0",
"author": {
"name": "Seth Hobson",
"url": "https://github.com/wshobson"
},
"agents": [
"./agents/legacy-modernizer.md"
],
"commands": [
"./commands/deps-audit.md"
]
}