docs(hooks): mark pairing hook observation-only (#116055)

This commit is contained in:
Vincent Koc
2026-07-30 03:27:36 +08:00
committed by GitHub
parent 03a2c8208d
commit 8a4f891450

View File

@@ -167,16 +167,16 @@ observation-only.
**Messages and delivery**
| Hook | Purpose |
| ------------------------------- | ----------------------------------------------------------------- |
| **`inbound_claim`** | Claim an inbound message before agent routing (synthetic replies) |
| **`channel_pairing_requested`** | Observe newly created DM pairing requests |
| `message_received` | Observe inbound content, sender, thread, and metadata |
| **`message_sending`** | Rewrite outbound content or cancel delivery |
| **`reply_payload_sending`** | Mutate or cancel normalized reply payloads before delivery |
| `message_sent` | Observe outbound delivery success or failure |
| **`before_dispatch`** | Inspect or rewrite an outbound dispatch before channel handoff |
| **`reply_dispatch`** | Participate in the final reply-dispatch pipeline |
| Hook | Purpose |
| --------------------------- | ----------------------------------------------------------------- |
| **`inbound_claim`** | Claim an inbound message before agent routing (synthetic replies) |
| `channel_pairing_requested` | Observe newly created DM pairing requests |
| `message_received` | Observe inbound content, sender, thread, and metadata |
| **`message_sending`** | Rewrite outbound content or cancel delivery |
| **`reply_payload_sending`** | Mutate or cancel normalized reply payloads before delivery |
| `message_sent` | Observe outbound delivery success or failure |
| **`before_dispatch`** | Inspect or rewrite an outbound dispatch before channel handoff |
| **`reply_dispatch`** | Participate in the final reply-dispatch pipeline |
**Sessions and compaction**