From 7f28d702ed3054113b57f6a9f290f745e57aab93 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Enes=20Cing=C3=B6z?= <60349121+enescingoz@users.noreply.github.com> Date: Wed, 9 Apr 2025 12:36:12 +0100 Subject: [PATCH] Update README --- README.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index e26f970..894c902 100644 --- a/README.md +++ b/README.md @@ -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 session’s information with the memory bank. This ensures continuity across sessions or before switching modes.