Integration tests for agentd pi adapter end-to-end flow.
Test scenarios: 1. Spawn agent → verify running → wait for completion → verify status 2. Spawn agent → send message mid-task → verify received 3. Spawn agent → stop → verify stopped status 4. Spawn multiple agents → verify parallel execution 5. Agent crash → verify failed status and webhook 6. Webhook delivery → verify POST received
Implementation:
Can be run with: bild --test Omni/Agentd/Daemon.hs
Added integration tests in Omni/Agentd/Daemon.hs using mock pi script + webhook server. Tests cover spawn/webhooks, send message summary update, worktree creation/cleanup, and failure status. typecheck.sh Omni/Agentd/Daemon.hs passes.