Skip to content

Commit 047622f

Browse files
fix(clawsweeper): address review for automerge-openclaw-openclaw-84067 (1)
1 parent 081eab9 commit 047622f

1 file changed

Lines changed: 3 additions & 1 deletion

File tree

docs/cli/cron.md

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,9 @@ If an isolated cron run returns only the silent token (`NO_REPLY` or `no_reply`)
165165

166166
### Structured denials
167167

168-
Isolated cron runs prefer structured execution-denial metadata from the embedded run, then fall back to known denial markers in final output, such as `SYSTEM_RUN_DENIED`, `INVALID_REQUEST`, and approval-binding refusal phrases.
168+
Isolated cron runs use structured execution-denial metadata from the embedded run as the authoritative denial signal. They also honor node-host `UNAVAILABLE` wrappers when the nested structured error message starts with `SYSTEM_RUN_DENIED` or `INVALID_REQUEST`.
169+
170+
Cron does not classify final-output prose or approval-looking refusal phrases as denials unless the embedded run also provides structured denial metadata, so ordinary assistant text is not treated as a blocked command.
169171

170172
`cron list` and run history surface the denial reason instead of reporting a blocked command as `ok`.
171173

0 commit comments

Comments
 (0)