rowboat/apps/x/packages
Ramnique Singh 3822bda1f7 fix(x): spawn-agent works from task alone — instructions now optional
First real-world use showed the model calling spawn-agent with
{name, tools, task} and no instructions — a complete spec by any
reasonable reading — and burning a correction round-trip on the
"exactly one of agent_id or instructions" rejection (both children
then succeeded on retry).

Requiring instructions bought nothing: the task is the spec. Omitting
both agent_id and instructions now spawns a general-purpose worker
with a default headless prompt; only supplying BOTH remains an error.

Co-Authored-By: Claude Fable 5 <noreply@anthropic.com>
2026-07-09 06:08:10 +05:30
..
core fix(x): spawn-agent works from task alone — instructions now optional 2026-07-09 06:08:10 +05:30
shared feat(x): spawn-agent — run sub-agents as headless child turns 2026-07-08 23:31:41 +05:30