From a3be5d062bb18ba02f4f01986cd4da221cd11c00 Mon Sep 17 00:00:00 2001 From: gavrielc Date: Mon, 13 Jul 2026 16:00:19 +0300 Subject: [PATCH] Apply suggestion from @gavrielc --- container/agent-runner/src/mcp-tools/scheduling.instructions.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/container/agent-runner/src/mcp-tools/scheduling.instructions.md b/container/agent-runner/src/mcp-tools/scheduling.instructions.md index 033c4da9d..670b8854a 100644 --- a/container/agent-runner/src/mcp-tools/scheduling.instructions.md +++ b/container/agent-runner/src/mcp-tools/scheduling.instructions.md @@ -7,7 +7,7 @@ Pass `--name ""` on create to get a readable task id (e.g. `--name Common commands: ```bash -ncl tasks create --name "ping" --prompt "Remind me to call Dana" --process-after "tomorrow 18:00" +ncl tasks create --name "ping" --prompt "Remind the user to call Dana" --process-after "tomorrow 18:00" ncl tasks list ncl tasks get ping-a25c # includes run count, failures, and recent run-log lines ncl tasks run ping-a25c # fire once now without changing the schedule (testing)