14 lines
305 B
JSON
14 lines
305 B
JSON
{
|
|
"name": "test",
|
|
"description": "Test-driven development workflow for writing tests before implementation - red-green-refactor cycle with deterministic unit tests",
|
|
"version": "0.1.0",
|
|
"author": {
|
|
"name": "zbeyens"
|
|
},
|
|
"skills": [
|
|
"./skills"
|
|
],
|
|
"commands": [
|
|
"./commands"
|
|
]
|
|
} |