docs: finish cron terminology cleanup

This commit is contained in:
teknium1
2026-03-14 19:20:58 -07:00
parent c3ea620796
commit a6dc73fa07
5 changed files with 5 additions and 5 deletions

View File

@@ -155,7 +155,7 @@ terminal(command="hermes chat -q 'Summarize this codebase' --model google/gemini
## Gateway Cron Integration
For scheduled autonomous tasks, use the `schedule_cronjob` tool instead of spawning processes — cron jobs handle delivery, retry, and persistence automatically.
For scheduled autonomous tasks, use the unified `cronjob` tool instead of spawning processes — cron jobs handle delivery, retry, and persistence automatically.
## Key Differences Between Modes