feat(guild-events): add webhook event envelope and message lifecycle emits

This commit is contained in:
nav
2026-05-12 11:24:43 +00:00
parent 8ca5d68ba4
commit 37ec670280
6 changed files with 114 additions and 2 deletions

View File

@@ -71,7 +71,7 @@
---
## 4. 插件与扩展面(为 OpenclawPlugin 准备)
- [ ] Webhook 事件信封落地event_id/event_type/occurred_at/data
- [x] Webhook 事件信封落地event_id/event_type/occurred_at/data
- [ ] HMAC 签名与重放防护
- [ ] 出站重试队列(指数退避)
- [ ] Bot Token 入站调用鉴权