#I was hitting a 27,000 token startup con - ruam6625
1 messages Β· Page 1 of 1 (latest)
This is essentially what I ended up doing for project isolation too, the channel binding approach kills the context bleed without needing full agent separation. Let me know how the segregated memory folders hold up after a few weeks of active use, or does drift start creeping in?
Even the daily memory can be created inside the channel folder, but the session logs are created in the memory folder root by default. So I have a Python script to move the session logs into the specific folder using the channel ID in the file.
For the daily memory and memory MD, I use the daily as a to-do list with short explanations, and the memory MD as a project kanban for long-term progress. So memory is direction, daily memory is daily tasks, and for the details, itβs just under the session logs. It works fine for me.