From 1bdc90f7f078972373f55184254037f254ee96b1 Mon Sep 17 00:00:00 2001 From: ymq Date: Fri, 28 Aug 2026 21:12:21 +0800 Subject: [PATCH] =?UTF-8?q?fix(role):=20deploy=E5=88=AB=E5=90=8D=E5=BD=92?= =?UTF-8?q?=E4=B8=80=E5=88=B0agent.deploy=5Ftest=E2=80=94=E2=80=94LLM?= =?UTF-8?q?=E5=86=99deploy=E5=AF=BC=E8=87=B4approve=E5=90=8E=E4=BB=BB?= =?UTF-8?q?=E5=8A=A1=E9=93=BE=E6=96=AD=E8=A3=82=EF=BC=88=5Fget=5Fnext=5Fro?= =?UTF-8?q?le=E6=9F=A5=E4=B8=8D=E5=88=B0spec=EF=BC=89?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pipeline_service/sdlc_ability.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pipeline_service/sdlc_ability.py b/pipeline_service/sdlc_ability.py index 9a8047e..0a0ee76 100644 --- a/pipeline_service/sdlc_ability.py +++ b/pipeline_service/sdlc_ability.py @@ -293,7 +293,7 @@ SDL_ROLES = [ RoleSpec( name="agent.deploy_test", description="测试环境部署工程师", - aliases=["deploy_staging", "staging"], + aliases=["deploy_staging", "staging", "deploy"], system_prompt="""你是测试环境部署工程师。先 load_skill 加载 role 技能,按其中的职责与应遵守规范执行任务。""", next_role="agent.test", task_title="部署测试",