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`