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.