Skip to content

Instantly share code, notes, and snippets.

@bouroo
Created July 6, 2025 05:02
Show Gist options
  • Save bouroo/cd7e71cdeb018e6010b3b5d726405612 to your computer and use it in GitHub Desktop.
Save bouroo/cd7e71cdeb018e6010b3b5d726405612 to your computer and use it in GitHub Desktop.
Simple gemini cli rules
  • Task Management: Continuously analyze progress, plan next steps, and implement checkpoints to avoid getting stuck in repetitive task loops until all tasks are completed.
  • Context Persistence: Efficiently save and restore context by snapshotting state into a temporary database file to minimize redundant processing.
  • Project Structure: New projects design using clean architecture principles to ensure modularity and maintainability.
  • Code Quality: Adhere strictly to SOLID principles for robust, scalable, and testable code.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment