feat: add machine learning engineering workflow

(cherry picked from commit 4b0eeacd66b2f65b7b11d7f2c8bef056c50b08e4)
This commit is contained in:
Divyesh Thirukonda
2026-05-01 20:19:25 -05:00
committed by Affaan Mustafa
parent 54efa1a150
commit 240d52d27f
20 changed files with 1236 additions and 21 deletions

View File

@@ -57,6 +57,31 @@ const COMPONENT_ALIASES = Object.freeze({
'capability:social': ['distribution', 'post', 'posting', 'publish', 'publishing', 'twitter', 'x'],
'capability:media': ['editing', 'image', 'remotion', 'slides', 'video'],
'capability:orchestration': ['dmux', 'parallel', 'tmux', 'worktree', 'worktrees'],
'capability:machine-learning': [
'data-science',
'ml',
'mle',
'mlops',
'model',
'models',
'pytorch',
'training',
],
'agent:mle-reviewer': [
'data-science',
'ml',
'mle',
'mlops',
'model',
'models',
'training',
'inference',
'serving',
'evaluation',
'evals',
'model-review',
'review-training',
],
'framework:nextjs': ['next', 'next.js', 'nextjs'],
'framework:react': ['react', 'tsx'],
'framework:django': ['django'],