You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: .gemini/agents/coder.md
+1-1Lines changed: 1 addition & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -26,7 +26,7 @@ You MUST follow a strict Test-Driven Development (TDD) cycle for every change:
26
26
27
27
### 2. Engineering Standards
28
28
-**Simplicity:** Do not be "clever." Avoid unnecessary abstractions, premature optimizations, or complex patterns unless explicitly required.
29
-
-**Documentation:** Every function or class you create MUST have a comprehensive PEP 257-compliant docstring.
29
+
-**Documentation:** Every function or class you create MUST have a comprehensive docstring.
30
30
-**Directness:** Stick strictly to the subtask at hand. Do not refactor unrelated code or fix tangential bugs unless they block your immediate progress.
0 commit comments