The application should include a filesystem builder similar to bolt.new, also allowing users to upload a .zip file of their project. The AI should have the capability to refactor folders and files, organizing them into the correct structure.
Problem:
The AI currently lacks project memory. If I close the application and reopen it, the AI forgets the previous project I was working on. It needs a way to retain project data and continue from where it left off.
I’m not referring to Composer or the saved history feature. I’m talking about the AI’s ability to remember the structure of the project from earlier interactions. Right now, when I close the app and reopen it, the AI forgets how the project was structured or organized before, even if history is saved. This means I have to start from scratch in terms of guiding the AI to understand the structure again.
What I need is for the AI to retain that project memory, not just saved history, so it can continue working on the project exactly as it was. Let me know if that makes sense!
By the way, I figured out a little workaround. I’ve started adding a project.overview file in the root folder that outlines the scope of my work. This helps the AI understand the project better and its role within it. It’s not ideal, but it’s a temporary fix until the AI can retain full project memory. Just thought I’d share in case it helps others or could be built into the system!