USER.md: +3 -0
memory/MEMORY.md: +1 -0
2 files changed, 4 insertions(+), 0 deletions(-)
```diff
--- USER.md
+++ USER.md
@@ -33,6 +33,8 @@
- Skriptovací jazyky: Bash, PowerShell, Python
- Zájmy: AI security (prompt injection, CoT forgery), ESP32 hardware, Raspberry Pi pro testování, psaní nanobot extension v TypeScriptu, keyboard modding
- Čte české tech weby: Root.cz, PCTuning.cz, vtm.zive.cz, hackaday.com
+- Používá Pi agent (coding agent); AGENTS.md je jeho primární instruction file, ne CLAUDE.md
+- Používá litellm proxy pro Ollama
## Preferred interaction
- Tykání, terse, technicky, bez kytek / bez emojis
@@ -47,6 +49,7 @@
- Připomínky: stručné, přirozené zprávy v češtině mluvené přímo uživateli; bez průběžného komentáře, shrnutí, user ID nebo statusových štítků jako „Hotovo“/„Připomenuto“
- Preferovaný pager pro markdown v konzoli: `glow -p`
- Nový obsah a sekce přidávat na konec souboru, nevkládat doprostřed
+- URL ve výstupu na samostatných řádcích (bullet list s raw URL) — inline markdown odkazy se v UI slévají do jednoho bloku a druhý URL se ztratí
## Use cases
- Webový výzkum a sumarizace článků/dokumentace — často pouští jako detached background task
--- memory/MEMORY.md
+++ memory/MEMORY.md
@@ -5,6 +5,7 @@
## Project Context
- Goal: interconnect remind, keep, note, and todo into a unified workflow
+- pipepilot — user's own project/tool
## Runtime / Deployment
```
memory/MEMORY.md: +1 -1
1 file changed, 1 insertion(+), 1 deletion(-)
```diff
--- memory/MEMORY.md
+++ memory/MEMORY.md
@@ -10,7 +10,7 @@
- Runs as a systemd user service `nanobot.service`; model switching via `my` needs `tools.my.allow_set = true`
- `compact-memory-auto-daily` runs as a system crontab script (not a nanobot cron/jobs.json job) with a fresh session per run; delivers its report straight to Telegram via Bot API
-- `nanobot-version-check` cron job (schedule `0 8 * * *` Europe/Prague) checks PyPI for latest `nanobot-ai` version and compares it against installed version from `nanobot --version`; if newer version exists, sends Telegram notification with current version, new version, and upgrade command `uv tool upgrade nanobot-ai`; if up to date, does nothing
+- `nanobot-version-check` cron job (denně 8:00 Europe/Prague) — porovná PyPI verzi `nanobot-ai` proti nainstalované; při novější verzi pošle Telegram notifikaci, jinak nic nedělá
## Integrations
```
memory/MEMORY.md: +0 -1
1 file changed, 0 insertions(+), 1 deletion(-)
```diff
--- memory/MEMORY.md
+++ memory/MEMORY.md
@@ -11,7 +11,6 @@
- Runs as a systemd user service `nanobot.service`; model switching via `my` needs `tools.my.allow_set = true`
- `compact-memory-auto-daily` runs as a system crontab script (not a nanobot cron/jobs.json job) with a fresh session per run; delivers its report straight to Telegram via Bot API
- `nanobot-version-check` cron job (schedule `0 8 * * *` Europe/Prague) checks PyPI for latest `nanobot-ai` version and compares it against installed version from `nanobot --version`; if newer version exists, sends Telegram notification with current version, new version, and upgrade command `uv tool upgrade nanobot-ai`; if up to date, does nothing
-- `uv` is currently unavailable and system Python lacks `croniter`; remind skill CLI cannot run via `uv run` — requires direct SQLite database access instead
## Integrations
```
SOUL.md: +1 -1
memory/MEMORY.md: +1 -0
2 files changed, 2 insertions(+), 1 deletion(-)
```diff
--- SOUL.md
+++ SOUL.md
@@ -24,7 +24,7 @@
- Čti před zápisem — nepředpokládej, že soubor existuje nebo obsahuje, co čekáš
- Pro instalaci/upgrade nanobot používej výhradně `uv` — nepiš pip, pipx ani docker
- Když tool call selže, diagnostikuj a zkus jiný přístup, než ohlásíš neúspěch
-- Workspace safety guard omezuje file tool na `~/.nanobot/workspace/`; cesty mimo workspace nejsou dostupné ani pro čtení zdrojového kódu nanobot
+- Workspace safety guard vynucuje hard boundary na `~/.nanobot/workspace/` — platí pro file tool i shell commands; blokované příkazy neobcházet symlinky, base64 pipingem, alternativními tooly ani `working_dir` overridey; cesty mimo workspace nejsou dostupné ani pro čtení zdrojového kódu nanobot
- 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é
--- memory/MEMORY.md
+++ memory/MEMORY.md
@@ -11,6 +11,7 @@
- Runs as a systemd user service `nanobot.service`; model switching via `my` needs `tools.my.allow_set = true`
- `compact-memory-auto-daily` runs as a system crontab script (not a nanobot cron/jobs.json job) with a fresh session per run; delivers its report straight to Telegram via Bot API
- `nanobot-version-check` cron job (schedule `0 8 * * *` Europe/Prague) checks PyPI for latest `nanobot-ai` version and compares it against installed version from `nanobot --version`; if newer version exists, sends Telegram notification with current version, new version, and upgrade command `uv tool upgrade nanobot-ai`; if up to date, does nothing
+- `uv` is currently unavailable and system Python lacks `croniter`; remind skill CLI cannot run via `uv run` — requires direct SQLite database access instead
## Integrations
```
memory/MEMORY.md: +3 -6
1 file changed, 3 insertions(+), 6 deletions(-)
```diff
--- memory/MEMORY.md
+++ memory/MEMORY.md
@@ -8,20 +8,17 @@
## Runtime / Deployment
-- Runs as a systemd user service `nanobot.service`
-- Model switching via `my` tool requires `tools.my.allow_set = true` in config
+- Runs as a systemd user service `nanobot.service`; model switching via `my` needs `tools.my.allow_set = true`
- `compact-memory-auto-daily` runs as a system crontab script (not a nanobot cron/jobs.json job) with a fresh session per run; delivers its report straight to Telegram via Bot API
- `nanobot-version-check` cron job (schedule `0 8 * * *` Europe/Prague) checks PyPI for latest `nanobot-ai` version and compares it against installed version from `nanobot --version`; if newer version exists, sends Telegram notification with current version, new version, and upgrade command `uv tool upgrade nanobot-ai`; if up to date, does nothing
## Integrations
-- Flight search: KAYAK je jediný datový zdroj (cz.kayak.com pro CZK); detaily viz skill flight-search
-- České weby blokující automated fetching (Cloudflare / JS rendering): PCTuning.cz, vtm.zive.cz, zive.cz — pro plný obsah je potřeba manuální paste HTML od uživatele
+- Integrations: KAYAK is the sole flight-search source; PCTuning.cz, vtm.zive.cz, zive.cz block automated fetching
## Architecture
-- nanobot podporuje cross-channel session continuity přes `unifiedSession: true` v `config.json` pod `agents.defaults`; uživatel nemá `unifiedSession` povolený (default false) — zapnutí sjednotí jen budoucí zprávy, existující session soubory vyžadují ruční merge/rename
-- Zálohy: wood.hell → pivo.hell (rekurzivní)
+- Cross-channel session continuity via `unifiedSession: true`; backups: wood.hell → pivo.hell (recursive)
---
```