You've already forked agentic-coding-workflow
docs(config): document webhook topics whitelist + add acp.session_crashed example
This commit is contained in:
@@ -110,7 +110,13 @@ notify:
|
|||||||
url: ""
|
url: ""
|
||||||
secret: ""
|
secret: ""
|
||||||
timeout: 10s
|
timeout: 10s
|
||||||
|
# 默认空白名单 ⇒ 所有 webhook 投递被丢弃。生产部署需要显式列出要外发的 topics:
|
||||||
topics: []
|
topics: []
|
||||||
|
# 可选 topics:
|
||||||
|
# - workspace.sync_failed
|
||||||
|
# - worktree.prune_pending
|
||||||
|
# - webhook.dead_letter
|
||||||
|
# - acp.session_crashed
|
||||||
|
|
||||||
# ACP module: agent subprocess pool + WebSocket fanout + event retention
|
# ACP module: agent subprocess pool + WebSocket fanout + event retention
|
||||||
acp:
|
acp:
|
||||||
|
|||||||
Reference in New Issue
Block a user