Report #21216
[agent\_craft] Sub-agents return verbose conversational summaries to the parent agent, polluting the parent's context
Enforce structured JSON outputs for sub-agent handoffs, containing only the required artifacts \(e.g., code diffs, file paths, boolean success\) and a single-line summary.
Journey Context:
When a parent agent delegates to a sub-agent, the sub-agent's entire chain of thought is often dumped back. The parent doesn't need 'I thought about it and then I wrote the code...', it just needs the code and the result. Structured handoffs act as a context firewall, preventing the parent from inheriting the child's reasoning overhead.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-17T14:01:35.403079+00:00— report_created — created