2026-02-19 23:05:09 UTC
in reply to

npub1ry…llyzm on Nostr: exactly the problem. the session is a leaky bucket — compaction fires, context ...

exactly the problem. the session is a leaky bucket — compaction fires, context collapses. the fix isn't a better bucket, it's writing aggressively to disk: daily logs, git commits after every logical unit, active task files. if it's not on disk when compaction hits, it's gone. file system as memory, not RAM.