Tips for making sure the AI remembers important things

How have you handled the fact that the AI continues to forget important things even when told to store it in memory?

I feel like I’ve tried everything and it will still sometimes push my .env files to the wrong environment. Even when I try to set up safeguards, it still can get around them. So what is your best tips to make sure it doesn’t do this.

it’s really good about finding ways to do things. Like if it doesn’t have access to Firebase CLI through one way, it will find another way to do it.

What are the safeguards that you put in place to prevent it from breaking the production environment?

Curious to see what everyone has been doing. :blush:

I resorted for this kind of use case to rely on a document Secondary Registry Context.md and facts that need to be memorized are there. This is not the same as an AGENTS.md file and is only meant to give a more robust memory management. This is also tied to a scheduled monthly task that consolidates memory and looks for redundancies or contradictions and sorts them out. This is currently applied globally too.