15 lines
380 B
JSON
15 lines
380 B
JSON
{
|
|
"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"
|
|
]
|
|
} |