Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 17:58:33 +08:00
commit 856e1b30f3
4 changed files with 78 additions and 0 deletions

View File

@@ -0,0 +1,12 @@
{
"name": "red-green",
"description": "Test-Driven Development framework with Red-Green-Refactor workflow",
"version": "1.0.0",
"author": {
"name": "AstroSteveo",
"email": "stevengmjr@gmail.com"
},
"commands": [
"./commands"
]
}