Photon Pally Receive — Recovery Notes

Tracks production-safety notes for the Pally-style receive coordinator used by the Photon/Spectrum bridge.

---

PALLY-1 — Crash/deploy mid-turn recovery

Current Behavior

The bridge now avoids losing accepted inbound messages when a process dies while a turn is in flushing or generating:

This covers the common deploy/restart case where generation was in progress and the sender goes silent after their accepted message.

Residual Caution

Hard crashes during sending are intentionally not recovered by rerunning the LLM turn, because that can duplicate already-delivered bubbles. The existing outbound job recovery path may finish pending sends when it can prove the chain is still deliverable, but ambiguous provider sends should remain visible as failed/stalled work rather than being blindly replayed.