config/memory/2026-02-06.md
2026-02-07 15:15:32 +00:00

23 lines
2.3 KiB
Markdown

# 2026-02-06 (Friday)
## Key Events
- **Opus 4.6 upgrade**: User pointed out OpenClaw update included Opus 4.6 support. Config was still on 4.5 — patched config to set Opus 4.6 as primary with 4.5 fallback. Updated TOOLS.md.
- **Cron jobs fixed**: News cron jobs were broken all day — root cause was `wakeMode: "next-heartbeat"` causing jobs to be skipped when heartbeat timing didn't align. Fixed by switching all 8 news jobs to `wakeMode: "now"`. Tested successfully at 21:35 and 21:39 UTC.
- **Cron delivery note**: What appears truncated in system logs is actually the full message on WhatsApp — I only see a summary of cron agent output.
- **Task system revamp**: Restructured brain-dump.json — removed status field (done = delete), added priority system (now/soon/someday), updated HEARTBEAT.md with auto-capture and smarter nudging rules.
- **AirPods listed on Willhaben**: Helped write title/description for AirPods Pro 2 USB-C listing. Task completed and removed from brain-dump.
- **Bazzite 42→43 upgrade**: Helped user rebase GPD Win 4 from Bazzite 42 to 43. Used `ostree-unverified-registry` to bypass stuck ref. Upgrade successful.
- **FSR4 setup**: Guided user through FSR4 emulated RDNA3 on GPD Win 4 HX 370. ProtonPlus → Proton GE → `DXIL_SPIRV_CONFIG=wmma_rdna3_workaround FSR4_UPGRADE=1`. Set up global env vars.
- **GPD Win 4 notes**: HX 370 processor, BIOS 0.10 (latest for this model), 1080p display. 15W TDP = ~28W total system draw (normal). Clair Obscur needs ~20W TDP for 30fps at 1080p FSR performance.
- **SVS + Watzek Petschinka reminders**: Set for Monday 9 AM Vienna.
- **Codex CLI**: Explained plan mode (Shift+Tab to cycle modes: Ask/Plan/Auto).
## Wind-down
- 19:00-22:00 window: Failed to check in at 19:00 — user called me out. Must proactively reach out when wind-down window starts.
- User worked until ~23:00 on Friday (hook issue → NixOS config → cron testing). Classic scope creep pattern.
- Nose shower done at 23:01.
## Lessons
- **Always check in at 19:00 Vienna** when wind-down window starts, even if user seems quiet.
- **Cron jobs**: Use `wakeMode: "now"` for isolated jobs that need precise timing. `next-heartbeat` is unreliable for scheduled tasks.
- **Cron delivery**: I only see summaries of cron agent output, not the full message. Don't assume truncation on WhatsApp.