From ea17307a6cdb61c63337849f5bdfd1cfed1f134b Mon Sep 17 00:00:00 2001 From: ymq Date: Fri, 28 Aug 2026 21:13:41 +0800 Subject: [PATCH] =?UTF-8?q?fix(role):=20agent.deploy=20=E5=89=8D=E7=BC=80?= =?UTF-8?q?=E5=BD=A2=E6=80=81=E4=B9=9F=E5=8A=A0=E5=85=A5=20aliases?= =?UTF-8?q?=E2=80=94=E2=80=94=E5=AD=98=E9=87=8F=E8=84=8F=E6=95=B0=E6=8D=AE?= =?UTF-8?q?=E5=8F=AF=E8=A7=A3=E6=9E=90?= 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 0a0ee76..3831e45 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", "deploy"], + aliases=["deploy_staging", "staging", "deploy", "agent.deploy"], system_prompt="""你是测试环境部署工程师。先 load_skill 加载 role 技能,按其中的职责与应遵守规范执行任务。""", next_role="agent.test", task_title="部署测试",