31 lines
440 B
YAML
31 lines
440 B
YAML
workflow_categories:
|
|
"🚀 Quick Start":
|
|
workflows:
|
|
- minimal
|
|
- default
|
|
|
|
"🔍 Review & Fix":
|
|
workflows:
|
|
- review-fix-minimal
|
|
|
|
"🎨 Frontend":
|
|
{}
|
|
|
|
"⚙️ Backend":
|
|
{}
|
|
|
|
"🔧 Expert":
|
|
"Full Stack":
|
|
workflows:
|
|
- expert
|
|
- expert-cqrs
|
|
|
|
"Others":
|
|
workflows:
|
|
- research
|
|
- magi
|
|
- review-only
|
|
|
|
show_others_category: true
|
|
others_category_name: "Others"
|