dream: 2026-05-30 07:45, 3 change(s)

[MEMORY] /note skill uses SQLite instead of markdown for backend storage
[MEMORY] User is considering consolidating remind skill into a single script
[MEMORY] User is evaluating SQLite vs YAML for remind skill data storage
This commit is contained in:
nanobot
2026-05-30 09:13:31 +02:00
parent 75e43167b5
commit 9ae2ea0890
3 changed files with 6 additions and 4 deletions

View File

@@ -1 +1 @@
278
285

View File

@@ -28,6 +28,7 @@ This file stores important information that should persist across sessions.
- Docker CLI is unavailable in the current runtime environment
- Ollama cloud subscription: na požádání zobrazit aktuální využití (usage)
- Ollama cloud limity: 5hodinová session, 7denní týdenní okno
- `/note` skill: backend storage uses SQLite (not markdown)
## Reminder System
@@ -35,6 +36,8 @@ This file stores important information that should persist across sessions.
- Execution: `exec` via `/home/nanobot/.local/bin/uv run <script>`
- Empty output → silent exit (no notification sent)
- Each non-empty output line → forwarded as separate Telegram notification
- User is considering consolidating remind skill into a single script
- User is evaluating SQLite vs YAML for remind skill data storage
## Pending Tasks