Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:57:32 +08:00
commit 0bac703677
8 changed files with 674 additions and 0 deletions

View File

@@ -0,0 +1,16 @@
{
"name": "data-science",
"description": "Meta-package: Installs all data-science components (commands + agents)",
"version": "3.0.0",
"author": {
"name": "Ossie Irondi",
"email": "admin@kamdental.com",
"url": "https://github.com/AojdevStudio"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}