fix(role): agent.deploy 前缀形态也加入 aliases——存量脏数据可解析
This commit is contained in:
parent
1bdc90f7f0
commit
ea17307a6c
@ -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="部署测试",
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user