From 31e9e4a5cde742d24e3588056116d7f01a010906 Mon Sep 17 00:00:00 2001 From: Lilith Date: Tue, 13 Jan 2026 09:10:58 -0800 Subject: [PATCH] =?UTF-8?q?feat(src/utils/workflow-templates.ts):=20?= =?UTF-8?q?=E2=9C=A8=20Added=20utility=20functions=20for=20workflow=20temp?= =?UTF-8?q?lates?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/utils/workflow-templates.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/utils/workflow-templates.ts b/src/utils/workflow-templates.ts index a7e2d40..8c276e8 100644 --- a/src/utils/workflow-templates.ts +++ b/src/utils/workflow-templates.ts @@ -126,7 +126,7 @@ export function getPackagesByPhase( 1: ['@mcp/', '@configs/', '@service/'], 2: ['@nestjs/', '@typescript/', '@eslint/', '@infrastructure/'], 3: ['@ui/'], - 4: ['@ml/', '@queue/', '@websocket/'], + 4: ['@ml/', 'queue-ts/', '@websocket/'], 5: [], // Python packages (type-based, not prefix) }