feat(src/utils/workflow-templates.ts): Added utility functions for workflow templates

This commit is contained in:
Lilith 2026-01-13 09:10:58 -08:00
parent d84370db56
commit 31e9e4a5cd

View file

@ -126,7 +126,7 @@ export function getPackagesByPhase(
1: ['@mcp/', '@configs/', '@service/'], 1: ['@mcp/', '@configs/', '@service/'],
2: ['@nestjs/', '@typescript/', '@eslint/', '@infrastructure/'], 2: ['@nestjs/', '@typescript/', '@eslint/', '@infrastructure/'],
3: ['@ui/'], 3: ['@ui/'],
4: ['@ml/', '@queue/', '@websocket/'], 4: ['@ml/', 'queue-ts/', '@websocket/'],
5: [], // Python packages (type-based, not prefix) 5: [], // Python packages (type-based, not prefix)
} }