Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:48:17 +08:00
commit 763c8777c4
4 changed files with 90 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "vibelearn",
"description": "Learning plan generator and executor",
"version": "0.1",
"author": {
"name": "Greg"
},
"commands": [
"./commands"
]
}