From 19d214289791e781bb898f73217cab58a86ef3ab Mon Sep 17 00:00:00 2001 From: iris Date: Sun, 20 Sep 2026 14:20:20 +0200 Subject: [PATCH] docs: clear write-good.Passive hits in docs/tools/scheduling.md --- docs/tools/scheduling.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/tools/scheduling.md b/docs/tools/scheduling.md index 1a4dba27..2794abc5 100644 --- a/docs/tools/scheduling.md +++ b/docs/tools/scheduling.md @@ -30,7 +30,7 @@ audit. ### `edit_schedule(id, body?, description?, interval_seconds?, next_fire_at_unix?, targets_add?, targets_remove?)` Partial-update a schedule. Pass only the fields to change; absent -fields are left alone. `targets_add` / `targets_remove` mutate the +fields stay untouched. `targets_add` / `targets_remove` mutate the recipient list in the same transaction — re-adding a previously cancelled target drops its tombstone and starts fresh. `interval_seconds` accepts positive values only via this tool (omit @@ -43,7 +43,7 @@ rows (terminal state). Cancel a schedule. Omit `targets` / pass empty to cancel the whole schedule; pass a list to cancel just those recipients (the schedule -autocancels when every target is removed). +autocancels once every target is gone). ### `fire_schedule_now(id)`