Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:03:47 +08:00
commit bbecc510d3
8 changed files with 116 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "doc-driven-development",
"description": "Documentation-driven development workflow for planning and implementing code changes based on markdown documentation",
"version": "1.0.4",
"author": {
"name": "Cliff Brake",
"email": "cbrake@bec-systems.com"
},
"commands": [
"./commands"
]
}