Initial commit

This commit is contained in:
Zhongwei Li
2025-11-30 08:44:03 +08:00
commit a60fbd6336
9 changed files with 1087 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "spec-driven",
"description": "Transform specifications into executable code with automated analysis, validation checkpoints, and incremental delivery",
"version": "0.1.0",
"author": {
"name": "Nick Nisi",
"email": "nick@nisi.org"
},
"commands": [
"./commands"
]
}