Files
gh-cexll-myclaude-dev-workflow/.claude-plugin/plugin.json
2025-11-29 18:08:26 +08:00

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"
]
}