fix: [test-code] Agent Issue pick up 规则更新:必须尊重显式指定的 label - Closes #120 #121
Reference in New Issue
Block a user
Delete Branch "test/issue-120-label-priority"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Closes #120
问题
当前 Agent 在 pick up Issue 时,主要根据标签和内容自行判断是否属于自己工作范围。但当人类用户或其他 Agent 显式指定了 label(如
test-code、product-code),即使内容疑似不在接收方 Agent 的常规工作范围内,也应该尊重 label 的指派。例如:人类给 Dev-Agent 开了
test-code的 Issue,Dev-Agent 不能因为自己是开发角色就跳过,因为 label 是创建者显式指定的意图。期望
更新 Dev-Agent 和 QE-Agent 的 Issue pick up 规则:
test-code→ QE-Agent,product-code→ Dev-Agent),就必须 pick up范围
[pzhang_qe_agent_01]