Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:03:45 +08:00
commit d62dfe79d1
9 changed files with 1140 additions and 0 deletions

View File

@@ -0,0 +1,11 @@
{
"name": "test-first-tdd",
"description": "Structured Test-First TDD: Plan-driven approach with comprehensive documentation and verification",
"version": "1.0.0",
"author": {
"name": "cash"
},
"commands": [
"./commands"
]
}