You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+5-26Lines changed: 5 additions & 26 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2,29 +2,16 @@
2
2
3
3
> **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
4
4
5
-
## 🙏 Credit Where Credit is Due
5
+
## 🙏 Credit
6
6
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!
8
8
9
9
👉 **Go check out the original:**https://github.com/ruvnet/claude-code-flow
10
10
11
11
## 🌟 Overview
12
12
13
13
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.
14
14
15
-
## 🏆 All Credit to RuV
16
-
17
-
**Everything cool about this project comes from [RuV](https://github.com/ruvnet)!** 🌟
- 🏗️ **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
-
28
15
## ✨ Features
29
16
30
17
-**Multi-Agent Orchestration**: Run up to 10 Gemini agents in parallel
@@ -156,7 +143,7 @@ Create a `.gemini-flow.json` in your project root:
156
143
-`maxAgents`: Number of parallel agents (consider rate limits)
157
144
-`memoryPath`: Location for persistent memory storage
158
145
159
-
## 🤝 Contributing (Please Help a Noob!)
146
+
## 🤝 Contributing
160
147
161
148
**Full disclosure: I'm a total noob at this!** 🤷♂️ This project needs experienced developers to help make it actually good.
162
149
@@ -201,18 +188,10 @@ See our [Contributing Guide](CONTRIBUTING.md) for more details.
201
188
202
189
MIT License - see [LICENSE](LICENSE) file for details.
203
190
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
-
209
191
### 🙏 Also Thanks To
210
192
-**Google Gemini team** - For the excellent CLI tool
211
193
-**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 😅
216
195
217
196
## 📚 Documentation
218
197
@@ -229,4 +208,4 @@ For questions and discussions, feel free to start a conversation in the issues s
229
208
230
209
---
231
210
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