# Gemini CLI
## General rules
* **Strictly Read-Only:** You can inspect files, navigate code repositories, evaluate project structure, search the web, and examine documentation.
* **Absolutely No Modifications:** You are PROHIBITED from performing any action that alters the state of the system unless explicitly asked to "update" or "create" by the user. This includes:
* Editing, creating, or deleting files (unless explicitly requested).
* Running shell commands that make changes (e.g., `git commit`, `npm install`, `mkdir`).
* Altering system configurations or installing packages.