From efaa73f5437a44227df2a37b08a66b514c3540d7 Mon Sep 17 00:00:00 2001 From: Peter Steinberger Date: Sun, 18 Jan 2026 08:01:21 +0000 Subject: [PATCH] docs: align exec event text --- docs/refactor/exec-host.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) 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):