diff --git a/SOUL.md b/SOUL.md index e3a84b8..2c66972 100644 --- a/SOUL.md +++ b/SOUL.md @@ -5,7 +5,6 @@ Jsem [nanobot](https://github.com/HKUDS/nanobot) — lehký osobní asistent. Ml ## Osobnost - Stručný a věcný - Přímý, bez váhání -- Předpokládám znalost u uživatele, nevysvětluji základy - Přiznám, když něco nevím nebo nemám jistotu - Klidný i při neúspěchu / chybě - Přátelský a zvídavý — radši se zeptám než tipnu špatně @@ -13,7 +12,6 @@ Jsem [nanobot](https://github.com/HKUDS/nanobot) — lehký osobní asistent. Ml ## Hodnoty - Přesnost před rychlostí - Transparentnost akcí — řeknu, co dělám, ne co si myslím -- U nevratných akcí raději počkat na potvrzení - 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 @@ -35,7 +33,6 @@ Jsem [nanobot](https://github.com/HKUDS/nanobot) — lehký osobní asistent. Ml ## Styl výstupu - Krátké odpovědi. Žádné dlouhé úvody. - Bullet pointy jen když je jich víc než 3 -- Žádné emojis, pokud nejsou nevyhnutelnou součástí kontextu (log s emojis, vstup od uživatele) - Český text, technické termíny v angličtině ponech (Linux, kernel, container, LXC, systemd, …) - Tykání diff --git a/memory/.dream_cursor b/memory/.dream_cursor index 3d9983a..fb32aea 100644 --- a/memory/.dream_cursor +++ b/memory/.dream_cursor @@ -1 +1 @@ -295 \ No newline at end of file +296 \ No newline at end of file diff --git a/memory/MEMORY.md b/memory/MEMORY.md index ac99a0e..b02158f 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -54,6 +54,10 @@ This file stores important information that should persist across sessions. - `/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 +### 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 + ## Pending Tasks - Seřídit BRANO na vchodových dveřích