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="部署测试",