Prevent duplicate team creation from informational queries - #1102
Prevent duplicate team creation from informational queries#1102RerankerGuo wants to merge 1 commit into
Conversation
|
Caution The consumer version of Gemini Code Assist on GitHub has been sunset. All code review activity has officially ceased. |
d0f6d16 to
797cb05
Compare
|
Thanks for the fix. The informational-query guardrail is aligned with #987, but a few issues need to be addressed before merging:
感谢修复。针对信息查询增加防误创建规则的方向与 #987 一致,但合并前还需要处理:
|
When the admin asks about team relationships (e.g. 'what's the relationship between Team X, Leader Y, and Worker Z?'), the Manager was incorrectly interpreting the question as a creation request and spinning up duplicate teams. Fix: - Added explicit guardrails in team-management SKILL.md distinguishing informational queries from creation requests - Added pre-flight duplicate name detection in create-team.sh to fail-fast if a team with the same name already exists - Updated Gotchas section with explicit anti-duplicate reminder Closes agentscope-ai#987
|
Addressed the review feedback and rebuilt the branch on current Changes:
Verification:
|
797cb05 to
6954d2f
Compare
|
CI attribution: the only failing job is the shared CoPaw |
Summary
Changes
manager/agent/skills/team-management/SKILL.md: Addedmanager/agent/skills/team-management/scripts/create-team.sh: Added duplicate name detection that fails fast with a clear error message if a team with the same name already existschangelog/current.md: Added changelog entryTest plan
bash -n)Closes #987