Problem
When a job/subagent completes, the main agent doesn't proactively send a message — the result sits until the next inbound user message triggers a turn.
Expected
- When background/delegated work finishes, the main agent wakes and delivers the result immediately (no waiting for the next user message).
- Tie into the completion-notification path so finished work surfaces on its own.
From triage dump: "When agent finished work, main agent doesn't send message" / "If some job is done but no message is sent, it waits until next message"
Labels: bug
Problem
When a job/subagent completes, the main agent doesn't proactively send a message — the result sits until the next inbound user message triggers a turn.
Expected
From triage dump: "When agent finished work, main agent doesn't send message" / "If some job is done but no message is sent, it waits until next message"
Labels: bug