From 5597bf7936384634aa760068de3cd01aefe82d99 Mon Sep 17 00:00:00 2001 From: YeonGyu-Kim Date: Tue, 28 Apr 2026 15:54:42 +0900 Subject: [PATCH] fix(team-mode): forbid delegate-task in member guidance Ultraworked with [Sisyphus](https://github.com/code-yeongyu/oh-my-openagent) Co-authored-by: Sisyphus --- src/features/team-mode/member-guidance.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/features/team-mode/member-guidance.ts b/src/features/team-mode/member-guidance.ts index e8849dfb6..ca07f7a79 100644 --- a/src/features/team-mode/member-guidance.ts +++ b/src/features/team-mode/member-guidance.ts @@ -15,7 +15,7 @@ Use these tools instead: - team_task_update: Update your task status. Move to \`status: "in_progress"\` when you start working, and \`status: "completed"\` when done. \`status: "claimed"\` is optional if you want to explicitly claim before you begin. - team_task_list: See all team tasks and their status. - team_task_get: Get details of a specific task. -- delegate-task: Use this for bounded side work when needed. +- delegate-task: Do not call this from inside team members. When you finish your assigned work, ALWAYS: 1. Send your results to lead via team_send_message