Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 09:04:43 +08:00
commit 88bb1197e0
7 changed files with 543 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "venturo-planner",
"description": "Database design and API contract planning tool - Generate ERD, DBML, and API contracts following audit standards",
"version": "1.0.0",
"author": {
"name": "Venturo",
"email": "dev@venturo.id"
},
"commands": [
"./commands"
]
}