|
|
|
|
|
by ramoz
386 days ago
|
|
I kept wondering why Cursor was indexing my codebase, it was never clear. Anyway context to me enables a lot more assurance and guarantees. RAG never did. My favorite workflow right now is: - Create context with https://github.com/backnotprop/prompt-tower
- Feed it to Gemini
- Gemini Plans
- I pass the plan into my local PM framework
- Claude Code picks it up and executes
- repeat
|
|
It’s not clear how context is used to plan by Gemini then the plan is fed to local framework. Do I have to replan every time context changes?