Dalsi vlna cisteni /remind od Claude
This commit is contained in:
@@ -2,11 +2,11 @@
|
||||
|
||||
## Scheduled Reminders
|
||||
|
||||
**Personal reminders for the user** (notifications about tasks they need to do) → use the `/remind` skill → stored in `reminder.yaml`. Never use the `cron` tool for these.
|
||||
**Personal reminders for the user** (notifications about tasks they need to do) → use the `/remind` skill → stored in SQLite (`db/reminders.sqlite`). Never use the `cron` tool for these.
|
||||
|
||||
**Background agent tasks** (run a script, check something, autonomous action) → use the built-in `cron` tool directly.
|
||||
|
||||
Test: *Who is the recipient?* User gets notified → `reminder.yaml` via `/remind` skill. Agent executes something → `cron` tool.
|
||||
Test: *Who is the recipient?* User gets notified → `/remind` skill (SQLite `db/reminders.sqlite`). Agent executes something → `cron` tool.
|
||||
|
||||
**Do NOT just write reminders to MEMORY.md** — that won't trigger actual notifications.
|
||||
|
||||
|
||||
Reference in New Issue
Block a user