diff --git a/USER.md b/USER.md index 0cab118..00fde9f 100644 --- a/USER.md +++ b/USER.md @@ -3,7 +3,7 @@ ## Osobní - Jméno: lachtan - Email: martin.blazik@rsj.com -- Jazyk: čeština (občas angličtina, technické termíny ponech v EN) +- Jazyk: čeština - Časové pásmo: Europe/Prague - Telegram chat ID pro připomínky: 8826147089 - Notifikace se doručují přes Telegram @@ -52,7 +52,6 @@ - Očekává konkrétní shrnutí, co Dream přidal do paměti — ne obecné vysvětlení, jak to funguje ## Scheduling -- Osobní připomínky VŽDY přes /remind skill, NIKDY přes cron tool — i jednorázové - Prefer cron jobs with `message` to leverage agent skills and LLM capabilities over standalone shell scripts - Daily reminders at random times within a window (e.g., 8:00–21:00), not at fixed clock times - Prefers single reminder with multiple fire times rather than separate reminders for each time diff --git a/memory/MEMORY.md b/memory/MEMORY.md index 4bde2ec..9172b84 100644 --- a/memory/MEMORY.md +++ b/memory/MEMORY.md @@ -2,25 +2,6 @@ This file stores important information that should persist across sessions. -## Preferences - -### Report / result files -- Save important reports to `results/` directory with descriptive, date-prefixed filenames (e.g., `2026-06-02_remind-skill-analysis-and-improvements.md`) - -### Script-writing convention -- Location: always save scripts in the `scripts/` directory. -- Language choice: - - Extremely short script (a few lines) -> bash. - - Longer / non-trivial script -> Python. -- Override: if the user explicitly specifies a language or location, their instruction always takes precedence. - -### Temporary files -- All temporary files go to `tmp/` directory. -- Clean up after tests and one-off operations. - -### Code changes -- User prefers changes to be made in a temporary clone under `workspace/tmp/` for review before applying - ## Project Context - Both user and assistant run on the same nanobot Docker image