fix(role): deploy别名归一到agent.deploy_test——LLM写deploy导致approve后任务链断裂(_get_next_role查不到spec)

This commit is contained in:
ymq 2026-08-28 21:12:21 +08:00
parent e3917e681c
commit 1bdc90f7f0

View File

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