Files
gemini-cli/packages
Abhijit Balaji 1ee6a29f5a feat(core): integrate low-risk system prompt optimizations
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.
2026-04-09 13:38:15 -07:00
..