Remove subagent usage guidance #14
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "agent/clarify-subagent-delegation"
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?
Removes the shared
Subagent Usagesection from Allod memory so local guidance does not read as a restriction on subagent use.The original no-duplicate-work guidance was meant to address poor delegation behavior, not prohibit subagents. Rather than add more policy language, this PR removes the local subagent usage rules and leaves delegation behavior to the active agent/tool instructions and user direction.
Risk: R0 docs-only memory wording removal.
Validation: inspected the diff and ran
git diff --check.Closes allod/memory#13
User feedback on this PR: the original Subagent Usage text was not meant to prohibit subagents. The bad behavior it was addressing was starting a task with a subagent and then duplicating the same task in the main thread because the subagent was slow. The preference now is to remove the restrictive guidance instead of adding more policy language: do not restrict subagent usage in shared memory; rely on agents to use delegation intelligently.
Clarify subagent delegation guidanceto Remove subagent usage guidance