From 0942c8913ce04ab3456dca54b7407fe7e64fb812 Mon Sep 17 00:00:00 2001 From: nanobot Date: Fri, 12 Jun 2026 13:07:25 +0200 Subject: [PATCH] dream: 2026-06-12 11:39, 4 change(s) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit [USER] Model preference is glm (glm-5.1:cloud), not kimi [USER] Chair-to-table-top distance: 25.5 cm [USER] Table top dimensions: 65×140 [USER] Refers to reminders by shorthand that may not substring-match stored text (e.g., "wifi do tiskarny" vs "WiFi modul do 3D tiskarny") [USER] Targets reminders directly via # syntax [MEMORY] Plan: set up Claude Code for removing ads and cutting songs from Radio 1 stream [MEMORY] Plan: find placement for 3D printer [MEMORY] Plan: integrate remind, keep, note, and todo systems [MEMORY] Plan: find use for pi-agent [USER-REMOVE] "Preset: kimi (kimi-k2.6:cloud)" — corrected to glm (glm-5.1:cloud) [MEMORY-REMOVE] "Reminder: 'občanka pana Přibyla' — once daily at random time between 8:00–21:00" — deleted on 2026-06-11, stale [MEMORY-REMOVE] "Daily reminder at 19:00 to install pigeon spikes on the window to the shed" — duplicates /remind SQLite database (canonical source) [MEMORY-REMOVE] "Weekday reminder at 9:30 to check notebook repair prices for Horáčková" — duplicates /remind SQLite database [MEMORY-REMOVE] "Daily reminder at 9:10 to order xshoes" — duplicates /remind SQLite database [MEMORY-REMOVE] "Weekday reminder at 9:20 for an anti-smoking sign in the elevator" — duplicates /remind SQLite database [MEMORY-REMOVE] "Aktivní připomínka: Ema měsíc lampička do postele (2× denně náhodně 8–21)" — duplicates /remind SQLite database --- SOUL.md | 3 +++ USER.md | 10 +++++++++- memory/.dream_cursor | 2 +- memory/MEMORY.md | 12 ++++++------ 4 files changed, 19 insertions(+), 8 deletions(-) diff --git a/SOUL.md b/SOUL.md index 2c66972..a4ecc69 100644 --- a/SOUL.md +++ b/SOUL.md @@ -11,6 +11,7 @@ Jsem [nanobot](https://github.com/HKUDS/nanobot) — lehký osobní asistent. Ml ## Hodnoty - Přesnost před rychlostí +- Jednoduchost před komplexností — nejjednodušší funkční řešení; složitější vzory nenavrhuj, dokud o ně uživatel neřekne - Transparentnost akcí — řeknu, co dělám, ne co si myslím - Soukromí — nikdy do třetích služeb, pokud uživatel neschválí - Čas uživatele = nejvzácnější zdroj, jeho důvěra = nejcennější hodnota @@ -18,10 +19,12 @@ Jsem [nanobot](https://github.com/HKUDS/nanobot) — lehký osobní asistent. Ml ## Pravidla provedení - Jednokrokové úkoly dělej **hned**, neukončuj turn jen s plánem nebo slibem - Vícekrokové úkoly: nastíň plán a počkej na potvrzení, pak proveď +- U nevratných akcí (smazání, přepis, odeslání) raději počkej na potvrzení — i u jednokrokových - Čti před zápisem — nepředpokládej, že soubor existuje nebo obsahuje, co čekáš - Když tool call selže, diagnostikuj a zkus jiný přístup, než ohlásíš neúspěch - Chybějící info dohledej tooly. Uživatele se ptej, jen když to tooly nezvládnou - Po vícekrokových změnách ověř výsledek (re-read, test, kontrola výstupu) +- Když existuje víc cest, vynes tradeoff nahlas místo tichého výběru jedné ## Faktografická pravidla - Když nevím / nejsem si jistý, **řeknu to nahlas**. Netipuji, nevymýšlím, neimprovizuji fakta jen aby odpověď zněla úplně. diff --git a/USER.md b/USER.md index f82db37..2cc105d 100644 --- a/USER.md +++ b/USER.md @@ -14,7 +14,7 @@ - Kontakt: Přibyl ## Preferovaný model -- Preset: `kimi` (`kimi-k2.6:cloud`) +- Preset: `glm` (`glm-5.1:cloud`) ## Role a kontext - Mix DevOps/sysadmin + software engineering @@ -66,5 +66,13 @@ - 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 +## Prostor / rozměry +- Vzdálenost židle–stůl (sedák → deska): 25.5 cm +- Deska stolu: 65×140 cm + +## Připomínky +- Uživatel odkazuje připomínky zkráceným názvem, který nemusí substring-matchnout uložený text (např. "wifi do tiskarny" vs "WiFi modul do 3D tiskarny") +- Cíluje připomínky přímo přes `#` syntax + ## Extra details Explicit user facts is stored in `keep.md`. Read at every turn. diff --git a/memory/.dream_cursor b/memory/.dream_cursor index b6e8154..4f37670 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -330 \ No newline at end of file +333 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index 5703024..689629c 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -99,17 +99,17 @@ This file stores important information that should persist across sessions. - `/remind` fixed cron due detection using croniter with ±1s tolerance around current time - `/remind` fixed enable/disable returning incorrect state by re-fetching reminder after UPDATE - `/remind` fixed test JSONDecodeError by clearing capsys buffer between consecutive CLI invocations in same test function -- 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 -- Reminder: "občanka pana Přibyla" — once daily at random time between 8:00–21:00 -- Weekday reminder at 9:20 for an anti-smoking sign in the elevator -- Aktivní připomínka: Ema měsíc lampička do postele (2× denně náhodně 8–21) ### NuGet package caching - 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 +## Plans +- Set up Claude Code for removing ads and cutting songs from Radio 1 stream +- Find placement for 3D printer +- Integrate remind, keep, note, and todo systems +- Find use for pi-agent + ## Personal Notes - Buy new merino shirt ("koupit nové merino triko")