mirror of
https://github.com/google-gemini/gemini-cli.git
synced 2026-06-04 08:04:48 -07:00
1ee6a29f5a
Incorporates specific behavioral mandates extracted from PR 24537 to improve agent efficiency and robustness without fundamentally altering the persona. Key additions: - **Research:** Mandates finding and reading project tests first. - **Execution:** Introduces the 'Atomic Turn Mandate' to combine implementation and verification into single turns using shell logic. - **Discovery:** Adds the 'Ban on Piecemeal Probing' in favor of single-turn profiling scripts. - **Tooling:** Explicit preference for modern Python tooling (uv, poetry) and autonomous setup for missing libraries. - **Resilience:** Refined 'Proactiveness' to require full diagnostic dumps on failure instead of iterative fixes. - Updated relevant test snapshots.