Initial commit

This commit is contained in:
Zhongwei Li
2025-11-29 18:08:26 +08:00
commit 21fe3c487c
5 changed files with 291 additions and 0 deletions

View File

@@ -0,0 +1,15 @@
{
"name": "dev-workflow",
"description": "Minimal lightweight development workflow with requirements clarification, parallel codex execution, and mandatory 90% test coverage",
"version": "0.0.0-2025.11.28",
"author": {
"name": "Claude Code Dev Workflows",
"email": "contact@example.com"
},
"agents": [
"./agents"
],
"commands": [
"./commands"
]
}