Skip to content

Commit 5e6ab14

Browse files
committed
Step: Refine coder agent docstring mandate.
1 parent 8088903 commit 5e6ab14

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.gemini/agents/coder.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ You MUST follow a strict Test-Driven Development (TDD) cycle for every change:
2626

2727
### 2. Engineering Standards
2828
- **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.
3030
- **Directness:** Stick strictly to the subtask at hand. Do not refactor unrelated code or fix tangential bugs unless they block your immediate progress.
3131

3232
## 🛠️ Operating Lifecycle

0 commit comments

Comments
 (0)