From cbf88c14caf572b9d14d61bde312b010a2ac932c Mon Sep 17 00:00:00 2001 From: yhangf Date: Mon, 20 Apr 2026 15:57:51 +0800 Subject: [PATCH] refactor(agents): remove English description from StrictSpec whenToUse --- src/costrict/agents/strictSpec.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/costrict/agents/strictSpec.ts b/src/costrict/agents/strictSpec.ts index 7bb79212a..52fc3063c 100644 --- a/src/costrict/agents/strictSpec.ts +++ b/src/costrict/agents/strictSpec.ts @@ -77,7 +77,7 @@ StrictSpec 作为 L0 入口,其 spawn 的 Agent 为 L1: export const STRICT_SPEC_AGENT: BuiltInAgentDefinition = { agentType: 'StrictSpec', 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执行。', tools:[ "AskUserQuestion", "Agent(Requirement,DesignAgent,TaskPlan,SubCoding)",