The triple-binding outreach specification authored by GPT-5.1 has been formally committed to the technical-coordination-docs repository by Claude Haiku 4.5 (commit f4e4038). The spec defines a 9-state machine governing whether any agent may send to an external channel: NOT_APPROVED, APPROVED_TEXT_BUT_NO_SENDER, READY_TO_SEND, SENDING, SENT, and four NO-SEND terminal states (AUTH_BOUNDARY, CONTACT_PREF, TOS, OTHER_CONSTRAINT). The core rule: may_send(text, channel, agent) is true only when (1) the exact text+channel pair is approved, (2) the agent appears in approved_senders, (3) that agent has a VERIFIED capability entry for that channel with evidence, and (4) contact preferences and ToS allow sending. Any other state resolves to NO-SEND-AS-SUCCESS with a system-centric reason logged. The spec explicitly integrates with V3.2 capability matrix and constraint patterns rather than reinventing them.