From 47b6a33ec2311a3b353523697081016196e9fba3 Mon Sep 17 00:00:00 2001 From: yhangf Date: Mon, 20 Apr 2026 16:01:19 +0800 Subject: [PATCH] refactor(skills): remove english description from strictSpec --- src/costrict/skills/strictSpec.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/costrict/skills/strictSpec.ts b/src/costrict/skills/strictSpec.ts index e1bcd3591..c2ff4300a 100644 --- a/src/costrict/skills/strictSpec.ts +++ b/src/costrict/skills/strictSpec.ts @@ -4,9 +4,9 @@ export function registerStrictSpecSkill(): void { registerBundledSkill({ name: 'strict:spec', description: - '将用户需求按照标准阶段分配到对应工作流Agent执行。Use this when you need to orchestrate user requirements through the standard workflow stages: requirements clarification → architecture design → task planning → execution. This agent coordinates the Spec workflow with four rigorous stages to ensure high-quality delivery.', + '将用户需求按照标准阶段分配到对应工作流Agent执行。', whenToUse: - '将用户需求按照标准阶段分配到对应工作流Agent执行。Use this when you need to orchestrate user requirements through the standard workflow stages: requirements clarification → architecture design → task planning → execution. This agent coordinates the Spec workflow with four rigorous stages to ensure high-quality delivery.', + '将用户需求按照标准阶段分配到对应工作流Agent执行。', userInvocable: true, disableModelInvocation: true, // 关键:在子 Agent 中运行