Skip to content

Commit 862d1ae

Browse files
authored
Update README.md
1 parent b6bdff3 commit 862d1ae

File tree

1 file changed

+5
-26
lines changed

1 file changed

+5
-26
lines changed

README.md

Lines changed: 5 additions & 26 deletions
Original file line numberDiff line numberDiff line change
@@ -2,29 +2,16 @@
22

33
> **Built on the amazing work by [RuV](https://github.com/ruvnet)** - this is an adaptation of [Claude Code Flow](https://github.com/ruvnet/claude-code-flow) for Gemini CLI
44
5-
## 🙏 Credit Where Credit is Due
5+
## 🙏 Credit
66

7-
**This project exists because of [RuV's](https://github.com/ruvnet) incredible work on Claude Code Flow.** All the brilliant concepts, SPARC methodology, and multi-agent orchestration come from RuV's original project. I'm just trying to adapt it for Gemini CLI!
7+
**This project exists because of [RuV's](https://github.com/ruvnet) incredible work on Claude Code Flow.** All the brilliant concepts, SPARC methodology, and multi-agent orchestration come from RuV's original project. I'm just a noob trying to adapt it for Gemini CLI!
88

99
👉 **Go check out the original:** https://github.com/ruvnet/claude-code-flow
1010

1111
## 🌟 Overview
1212

1313
Gemini Code Flow brings the powerful SPARC methodology and multi-agent orchestration capabilities to Google's Gemini CLI platform. This tool enables developers to leverage multiple AI agents working in parallel to write, test, and optimize code systematically.
1414

15-
## 🏆 All Credit to RuV
16-
17-
**Everything cool about this project comes from [RuV](https://github.com/ruvnet)!** 🌟
18-
19-
- 🧠 **SPARC methodology** - RuV's brilliant creation
20-
- 🤖 **Multi-agent orchestration** - RuV's innovative approach
21-
- 🏗️ **System architecture** - Based on RuV's excellent design
22-
- 📚 **Documentation structure** - Following RuV's clear patterns
23-
24-
**Original project:** [Claude Code Flow](https://github.com/ruvnet/claude-code-flow) by [RuV](https://github.com/ruvnet)
25-
26-
I'm just trying to adapt RuV's genius work for Gemini CLI - and probably making mistakes along the way! 😅
27-
2815
## ✨ Features
2916

3017
- **Multi-Agent Orchestration**: Run up to 10 Gemini agents in parallel
@@ -156,7 +143,7 @@ Create a `.gemini-flow.json` in your project root:
156143
- `maxAgents`: Number of parallel agents (consider rate limits)
157144
- `memoryPath`: Location for persistent memory storage
158145

159-
## 🤝 Contributing (Please Help a Noob!)
146+
## 🤝 Contributing
160147

161148
**Full disclosure: I'm a total noob at this!** 🤷‍♂️ This project needs experienced developers to help make it actually good.
162149

@@ -201,18 +188,10 @@ See our [Contributing Guide](CONTRIBUTING.md) for more details.
201188

202189
MIT License - see [LICENSE](LICENSE) file for details.
203190

204-
## 🙌 Acknowledgments
205-
206-
### 🏆 The Real Hero
207-
**[RuV](https://github.com/ruvnet)** - The mastermind behind [Claude Code Flow](https://github.com/ruvnet/claude-code-flow). This entire project is just me trying (and probably failing) to adapt RuV's brilliant work. Go star RuV's original repo! ⭐
208-
209191
### 🙏 Also Thanks To
210192
- **Google Gemini team** - For the excellent CLI tool
211193
- **Future contributors** - Who will hopefully fix all my mistakes! See [CONTRIBUTORS.md](CONTRIBUTORS.md)
212-
- **You!** - For being patient with a learning developer 😅
213-
214-
### 🌟 Want to Help a Noob Learn?
215-
Any contribution, feedback, or guidance would be amazing! I'm here to learn and improve! 📚
194+
- **You!** - For being patient with a noob. This is my first "real" repo 😅
216195

217196
## 📚 Documentation
218197

@@ -229,4 +208,4 @@ For questions and discussions, feel free to start a conversation in the issues s
229208

230209
---
231210

232-
Built with ❤️ by the community, adapted from Claude Code Flow
211+
Built with ❤️ by the community. Adapted from Claude Code Flow

0 commit comments

Comments
 (0)