diff --git a/docs/plugins/hooks.md b/docs/plugins/hooks.md index 802f0cd66af1..65f0158552d8 100644 --- a/docs/plugins/hooks.md +++ b/docs/plugins/hooks.md @@ -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**