Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:02:32 +08:00
commit 47e0ce25e3
4 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "spec",
"description": "Specification-driven development workflow with Orbit",
"version": "3.0.0",
"author": {
"name": "spec-flow"
},
"hooks": [
"./hooks/hooks.json"
]
}