Skip to content

Commit b23613f

Browse files
committed
be more clear about not using git
1 parent a35661d commit b23613f

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

GEMINI.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -101,4 +101,4 @@ The formatter takes the JSON output from the solver and can generate different r
101101
# MODEL INSTRUCTIONS
102102
- **Verbosity:** Low. Do not explain the code unless asked. Just output the diff or the file.
103103
- **Reasoning:** Perform deep reasoning internally, but output only the final solution.
104-
- **Execution:** Don't stage commits or otherwise try to manage the repo.
104+
- **Git Operations:** READ-ONLY. You may use `git status`, `git log`, or `git diff` to understand the context. You must *NEVER* run `git add`, `git commit`, `git push`, or any command that modifies the git history or index. Leave all version control management to the user.

0 commit comments

Comments
 (0)