Update README

This commit is contained in:
Enes Cingöz 2025-04-09 12:36:12 +01:00 committed by GitHub
parent 4d6836f45b
commit 7f28d702ed
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -24,7 +24,7 @@ This repository introduces enhanced modes that make it easier to develop, manage
After selecting the template, click the `Create a new repository` button to generate your own repository for the project.
3. **Automatic Setup**
All RooCode SPARC modes and memory bank configurations will be automatically added to your project.
All RooCode SPARC modes, RooFlow's boomerang mode and memory bank configurations will be automatically added to your project.
4. **Clone and Open in VS Code**
Clone your newly created repository to your local machine and open it in Visual Studio Code.
@ -36,7 +36,7 @@ This repository introduces enhanced modes that make it easier to develop, manage
If this is your first time setting up the project, start by entering the command `initialize memory bank` in RooCode chat. This will automatically create a folder named `memory_bank` in your repository and generate necessary files within it.
7. **Continue Development**
Proceed with your project development as desired. The memory bank will automatically update to reflect changes in your project.
Proceed with your project development as desired while using the implemented modes. The memory bank will automatically update to reflect changes in your project.
8. **Force Synchronization**
At any point, you can type `Update Memory Bank` or `UMB` in RooCode chat to manually synchronize the sessions information with the memory bank. This ensures continuity across sessions or before switching modes.