Private
Public Access
320 B
320 B
From conductor/code_styleguides/python.md §8 "AI-Agent Specific Conventions":
- No redundant comments. Do not add comments that restate what the code does. Only comment on why when non-obvious.
From AGENTS.md "Critical Anti-Patterns":
- Do not add comments to source code; documentation lives in
/docs