Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:40:45 +08:00
commit 34a84658e9
6 changed files with 291 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "spec",
"description": "A plugin for spec-driven development",
"version": "1.0.0",
"author": {
"name": "MLL",
"email": "info@mll.com"
},
"commands": [
"./commands"
]
}