docs: refine spawn workspace guidance wording

Adjust the spawn tool description to keep the workspace-organizing hint while
avoiding language that sounds like the system automatically assigns a dedicated
working directory for subagents.

Made-with: Cursor
This commit is contained in:
Xubin Ren
2026-03-20 05:26:39 +00:00
committed by Xubin Ren
parent e5179aa7db
commit c138b2375b

View File

@@ -33,7 +33,8 @@ class SpawnTool(Tool):
"Spawn a subagent to handle a task in the background. "
"Use this for complex or time-consuming tasks that can run independently. "
"The subagent will complete the task and report back when done. "
"For deliverables or existing projects, inspect the workspace and assign/create a dedicated working directory for the subagent."
"For deliverables or existing projects, inspect the workspace first "
"and use a dedicated subdirectory when helpful."
)
@property