Hey guys, I’ve been building a web app with Claude Cowork and it’s getting pretty messy. A few issues keep coming up, like it forgetting what it’s already done or losing context.
I tried using Supabase to persist actions to memory, so whenever it completes something it logs it there. That helped a bit, but it still breaks or goes off track from time to time.
Is there a more reliable or “foolproof” way to handle this?