From 50be273d9d98198ff994b71a234e82cfc1b22a48 Mon Sep 17 00:00:00 2001 From: Claw Date: Fri, 6 Mar 2026 21:26:45 +0000 Subject: [PATCH] =?UTF-8?q?docs:=20update=20cron=20defaults=20=E2=80=94=20?= =?UTF-8?q?applier=20silent,=20add=20git=20pull=20cron?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- SKILL.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/SKILL.md b/SKILL.md index 9f29249..532c77b 100644 --- a/SKILL.md +++ b/SKILL.md @@ -100,8 +100,16 @@ Scheduling is managed via OpenClaw cron jobs (not system crontab): |-----|----------|-------------| | Searcher | `0 */12 * * *` America/Los_Angeles | Search every 12 hours | | Filter | `30 * * * *` America/Los_Angeles | AI filter every hour at :30 | -| Applier | disabled by default | Enable when ready to auto-apply | +| Applier | `*/5 * * * *` America/Los_Angeles | 1 job per run, silent (no Telegram noise) | | Telegram Poller | `* * * * *` America/Los_Angeles | Process answer replies every minute | +| Git Pull | `*/5 * * * *` America/Los_Angeles | Auto-pull latest code, silent | + +**Notification defaults:** +- Searcher: announce (you want to know when new jobs are found) +- Filter: announce (you want to know batch results) +- Applier: **none** — runs every 5 minutes, silent. You'll only hear from it when it has a question for you. +- Telegram Poller: none +- Git Pull: none The lockfile mechanism ensures only one instance of each agent runs at a time.