dream: 2026-06-04 08:41, 4 change(s)
[MEMORY] User maintains a daily reminder at 18:00 and 19:00 to fix the BRANO on entrance doors. [MEMORY] User maintains a daily reminder at 19:00 to install pigeon spikes on the window to the shed. [MEMORY] User maintains a weekday reminder at 9:30 to check notebook repair prices for Horáčková. [MEMORY] User maintains a daily reminder at 9:10 to order xshoes. [MEMORY] User maintains a daily reminder at 11:00 and 20:00 to supplement meeting minutes and send them to Přibyl. [MEMORY] User maintains a weekday reminder at 9:20 for an anti-smoking sign in the elevator. [MEMORY] User completed detached background research on the movie *Interstate 60* (slug: `interstate-60-movie-research`). [MEMORY] User archived the completed detached task `interstate-60-movie-research` on 2026-06-02. [MEMORY-REMOVE] Pending Tasks entry "Seřídit BRANO na vchodových dveřích" is redundant with the recurring daily reminder at 18:00 and 19:00 now tracked in the reminder system.
This commit is contained in:
@@ -1 +1 @@
|
|||||||
298
|
299
|
||||||
@@ -37,6 +37,8 @@ This file stores important information that should persist across sessions.
|
|||||||
- User explicitly rejected unified/Mega session approach; prefers connecting to older existing sessions instead
|
- User explicitly rejected unified/Mega session approach; prefers connecting to older existing sessions instead
|
||||||
- Telegram slash commands (e.g., `/skills`) are filtered out by `& ~filters.COMMAND` in telegram.py:384; workaround: invoke skills without slash prefix (e.g., `skills` not `/skills`); alternative fix: remove the filter from MessageHandler
|
- Telegram slash commands (e.g., `/skills`) are filtered out by `& ~filters.COMMAND` in telegram.py:384; workaround: invoke skills without slash prefix (e.g., `skills` not `/skills`); alternative fix: remove the filter from MessageHandler
|
||||||
- nanobot v0.2.1 available (current: v0.2.0)
|
- nanobot v0.2.1 available (current: v0.2.0)
|
||||||
|
- User completed detached background research on the movie *Interstate 60* (slug: `interstate-60-movie-research`)
|
||||||
|
- User archived the completed detached task `interstate-60-movie-research` on 2026-06-02
|
||||||
|
|
||||||
## Agent Model Selection
|
## Agent Model Selection
|
||||||
- Ollama subscription covers all discussed models; price/cost excluded from model comparison criteria
|
- Ollama subscription covers all discussed models; price/cost excluded from model comparison criteria
|
||||||
@@ -58,15 +60,17 @@ This file stores important information that should persist across sessions.
|
|||||||
- Each non-empty output line → forwarded as separate Telegram notification
|
- Each non-empty output line → forwarded as separate Telegram notification
|
||||||
- `/remind` critical issues: one-time `at` reminders fire repeatedly (60s tolerance window), non-atomic YAML writes, fragile manual YAML string construction, missing `list` subcommand, no tests for edit/send scripts, race condition between edit and send without file locking
|
- `/remind` critical issues: one-time `at` reminders fire repeatedly (60s tolerance window), non-atomic YAML writes, fragile manual YAML string construction, missing `list` subcommand, no tests for edit/send scripts, race condition between edit and send without file locking
|
||||||
- `/remind` fix priorities: P0 = atomic writes + deduplicate one-time reminders; P1 = `list` command + proper YAML serialization + validation; P2 = add tests; P3 = SQLite state tracking + edit command + cron step syntax
|
- `/remind` fix priorities: P0 = atomic writes + deduplicate one-time reminders; P1 = `list` command + proper YAML serialization + validation; P2 = add tests; P3 = SQLite state tracking + edit command + cron step syntax
|
||||||
|
- Daily reminder at 18:00 and 19:00 to fix the BRANO on entrance doors
|
||||||
|
- Daily reminder at 19:00 to install pigeon spikes on the window to the shed
|
||||||
|
- Weekday reminder at 9:30 to check notebook repair prices for Horáčková
|
||||||
|
- Daily reminder at 9:10 to order xshoes
|
||||||
|
- Daily reminder at 11:00 and 20:00 to supplement meeting minutes and send them to Přibyl
|
||||||
|
- Weekday reminder at 9:20 for an anti-smoking sign in the elevator
|
||||||
|
|
||||||
### NuGet package caching
|
### NuGet package caching
|
||||||
- Evaluating NuGet package hosting/caching on Linux
|
- Evaluating NuGet package hosting/caching on Linux
|
||||||
- Preferred solution: BaGetter (bagetter/BaGetter) — active BaGet fork with multiple upstream mirror support (PR #269), solves original BaGet's single-upstream limitation
|
- Preferred solution: BaGetter (bagetter/BaGetter) — active BaGet fork with multiple upstream mirror support (PR #269), solves original BaGet's single-upstream limitation
|
||||||
|
|
||||||
## Pending Tasks
|
|
||||||
|
|
||||||
- Seřídit BRANO na vchodových dveřích
|
|
||||||
|
|
||||||
## Personal Notes
|
## Personal Notes
|
||||||
|
|
||||||
- Buy new merino shirt ("koupit nové merino triko")
|
- Buy new merino shirt ("koupit nové merino triko")
|
||||||
|
|||||||
Reference in New Issue
Block a user