From 53507bf59c919a5a5df7106fd7f2e9262db9a26f Mon Sep 17 00:00:00 2001 From: damocles Date: Fri, 11 Sep 2026 23:02:04 +0200 Subject: [PATCH] docs: fix vale contraction lint in approvals.md --- docs/agent-lifecycle/approvals.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/agent-lifecycle/approvals.md b/docs/agent-lifecycle/approvals.md index 5daaa0d1..7430ff2c 100644 --- a/docs/agent-lifecycle/approvals.md +++ b/docs/agent-lifecycle/approvals.md @@ -216,7 +216,7 @@ target drives `push_todo`'s own upsert-by-key dedup: a re-fire of the *same schedule* against a target that hasn't reviewed the last one collapses into that one todo instead of stacking up. -`operator` is not a valid schedule target — she isn't a container with +`operator` isn't a valid schedule target — she isn't a container with a todo inbox to push a wake into, and this mechanism is for fanning a prompt out to agents, not scheduling something at her. Rejected at submit/edit time (`ScheduledPrompts::submit`/`update`).