diff --git a/docs/refactor/exec-host.md b/docs/refactor/exec-host.md index 7419cd013..8541ce6dc 100644 --- a/docs/refactor/exec-host.md +++ b/docs/refactor/exec-host.md @@ -169,9 +169,9 @@ If UI missing: - Stored in the gateway in-memory queue (`enqueueSystemEvent`). ### Event text -- `Exec started (host=node, node=, id=)` -- `Exec finished (exit=, tail=<...>)` -- `Exec denied (policy=<...>, reason=<...>)` +- `Exec started (node=, id=)` +- `Exec finished (node=, id=, code=)` + optional output tail +- `Exec denied (node=, id=, )` ### Transport Option A (recommended):