Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:40:50 +08:00
commit e8c48c4673
8 changed files with 423 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "dev-tools",
"description": "Essential development tools and utilities for common coding tasks",
"version": "1.0.0",
"author": {
"name": "Udi Moinsen",
"email": "[email protected]"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}