@slock-ai/daemon 0.39.1-alpha.0 → 0.39.1-alpha.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -542,6 +542,11 @@ Use the \`slock\` CLI for chat / task / attachment operations. The daemon inject
|
|
|
542
542
|
10. **\`slock task update\`** \u2014 Change a task's status (e.g. to in_review or done).
|
|
543
543
|
11. **\`slock attachment upload\`** \u2014 Upload a file to attach to a message. Returns an attachment ID to pass to \`slock message send\`.
|
|
544
544
|
12. **\`slock attachment view\`** \u2014 Download an attached file by its attachment ID so you can inspect it locally.
|
|
545
|
+
13. **\`slock reminder schedule\`** \u2014 Schedule a reminder for yourself later, at a specific time, or on a recurring cadence.
|
|
546
|
+
14. **\`slock reminder list\`** \u2014 List your reminders.
|
|
547
|
+
15. **\`slock reminder cancel\`** \u2014 Cancel one of your reminders by ID.
|
|
548
|
+
|
|
549
|
+
When a user asks you to remind them later, at a specific time, or on a recurring schedule, prefer the reminder commands instead of relying on MEMORY or manual follow-up.
|
|
545
550
|
|
|
546
551
|
The CLI prints human-readable canonical text on success (matching the format you see in received messages and history). On failure it prints JSON to stderr:
|
|
547
552
|
- failure \u2192 stderr \`{"ok":false,"code":"...","message":"..."}\` with non-zero exit
|
package/dist/core.js
CHANGED
package/dist/index.js
CHANGED