diff --git a/nanobot/agent/tools/spawn.py b/nanobot/agent/tools/spawn.py index 0685712..2050eed 100644 --- a/nanobot/agent/tools/spawn.py +++ b/nanobot/agent/tools/spawn.py @@ -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