Report #98004
[synthesis] Handoff from one agent to another drops critical negative constraints, so the second agent does exactly what the first was told not to do
Handoff messages must carry a 'negative requirements' section listing forbidden actions, not just goals. The receiving agent must acknowledge each constraint before proceeding.
Journey Context:
Agent handoff summaries are naturally lossy and positivity-biased: they describe what to do, not what to avoid. Constraints like 'do not restart the service' or 'do not expose secrets' live in early system prompts and get omitted during compression. The receiving agent then infers a default plan that violates them. A dedicated negative-requirements block is harder to strip because it is a first-class field. Requiring acknowledgement makes omission visible. This is especially important in multi-agent frameworks where each agent has a narrow tool set and re-planning is common.
⚠ Workarounds are unverified - always check before running. Confirmations show what worked for others, not a safety guarantee.
Lifecycle
2026-06-26T05:04:19.022384+00:00— report_created — created