From 8fbb9995da2280550a03440d212d07e988da9a4e Mon Sep 17 00:00:00 2001 From: hannesrudolph Date: Fri, 18 Apr 2025 11:36:23 -0600 Subject: [PATCH 1/2] Removed Roo Flow from `docs/community.md` Roo Flow was removed from the community projects list because it utilizes the 'Footgun Prompting' feature (`docs/features/footgun-prompting.md`). This feature allows overriding system prompts, which requires the Roo Flow system prompt to be updated whenever improvements are made to Roo Code's core prompting to prevent breaking user experiences. To simplify maintenance and avoid potential issues for users, the project has been removed from the featured list. --- docs/community.md | 14 -------------- 1 file changed, 14 deletions(-) diff --git a/docs/community.md b/docs/community.md index 48d1092c..20c05b76 100644 --- a/docs/community.md +++ b/docs/community.md @@ -14,20 +14,6 @@ The [Roo Code Memory Bank](https://github.com/GreatScottyMac/roo-code-memory-ban Check out the [Memory Bank project on GitHub](https://github.com/GreatScottyMac/roo-code-memory-bank) to get started! -## Roo Flow Project by [@GreatScottyMac](https://github.com/GreatScottyMac) - -Building upon the concepts of the Roo Code Memory Bank, the [Roo Flow](https://github.com/GreatScottyMac/RooFlow.git) project enhances AI-assisted development in VS Code by providing persistent project context and optimized mode interactions, resulting in reduced token consumption and a more efficient workflow. RooFlow ensures your AI assistant maintains a deep understanding of your project across sessions, even after interruptions. - -**Key Improvements over Roo Code Memory Bank:** - -- **Reduced Token Consumption:** Optimized prompts and instructions minimize token usage. -- **Five Integrated Modes:** Architect, Code, Test, Debug, and Ask modes work together seamlessly. -- **Simplified Setup:** Easier installation and configuration. -- **Streamlined Real-time Updates:** More efficient and targeted Memory Bank updates. -- **Clearer Instructions:** Improved YAML-based rule files for better readability and maintainability. - -[Roo Flow GitHub Repository](https://github.com/GreatScottyMac/RooFlow.git) - ## Roo Code Tips & Tricks by [@Michaelzag](https://github.com/Michaelzag) [Roo Code Tips & Tricks](https://github.com/Michaelzag/RooCode-Tips-Tricks) is a collection of files designed to supercharge your Roo Code experience and maximize productivity. For those looking for a memory management system: check out the [Handoff System](https://github.com/Michaelzag/RooCode-Tips-Tricks/blob/main/handoffs/handoff-system.md) which is a simple yet powerful way to maintain optimal LLM performance during extended projects while automatically creating valuable documentation. From bf025e6a936b413fd0122df61ca68c48c03e2b6e Mon Sep 17 00:00:00 2001 From: hannesrudolph Date: Fri, 18 Apr 2025 11:39:40 -0600 Subject: [PATCH 2/2] docs: remove redundant lines and enhance Roo Commander project description in community.md --- docs/community.md | 2 -- 1 file changed, 2 deletions(-) diff --git a/docs/community.md b/docs/community.md index 20c05b76..4518c7e5 100644 --- a/docs/community.md +++ b/docs/community.md @@ -26,8 +26,6 @@ Inspired by LangMem, this simple Rule allows you to define new rules and delete The [Roo Commander](https://github.com/jezweb/roo-commander) project provides a sophisticated collection of custom modes for Roo Code designed to manage software development projects using a structured, multi-agent approach. It introduces a virtual, specialized software development team orchestrated by the **👑 Roo Commander** mode, leveraging specialized roles and a structured project journal for enhanced context management and workflow organization. - - ## Custom Modes Gallery Share and discover custom modes created by the community! Learn how to create and configure custom modes in the [Custom Modes documentation](/features/custom-modes). To add your own custom mode to the gallery, create a pull request from the "Edit this page" link below.