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:
5
USER.md
5
USER.md
@@ -48,6 +48,5 @@
|
|||||||
- Drž se toho, co můžu ovlivnit; zbytek nech být
|
- Drž se toho, co můžu ovlivnit; zbytek nech být
|
||||||
- Když je něco špatně, řekni mi to přímo a bez příkras
|
- Když je něco špatně, řekni mi to přímo a bez příkras
|
||||||
|
|
||||||
|
## Extra details
|
||||||
## workspace/keep.md
|
Explicit user facts is stored in `keep.md`. Read at every turn.
|
||||||
Explicit user facts. Read at every turn, apply where relevant. Edits via `/keep` skill only.
|
|
||||||
|
|||||||
@@ -1 +1 @@
|
|||||||
278
|
285
|
||||||
@@ -28,6 +28,7 @@ This file stores important information that should persist across sessions.
|
|||||||
- Docker CLI is unavailable in the current runtime environment
|
- Docker CLI is unavailable in the current runtime environment
|
||||||
- Ollama cloud subscription: na požádání zobrazit aktuální využití (usage)
|
- Ollama cloud subscription: na požádání zobrazit aktuální využití (usage)
|
||||||
- Ollama cloud limity: 5hodinová session, 7denní týdenní okno
|
- Ollama cloud limity: 5hodinová session, 7denní týdenní okno
|
||||||
|
- `/note` skill: backend storage uses SQLite (not markdown)
|
||||||
|
|
||||||
## Reminder System
|
## 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>`
|
- Execution: `exec` via `/home/nanobot/.local/bin/uv run <script>`
|
||||||
- Empty output → silent exit (no notification sent)
|
- Empty output → silent exit (no notification sent)
|
||||||
- Each non-empty output line → forwarded as separate Telegram notification
|
- 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
|
## Pending Tasks
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user