Private
Public Access
394 B
394 B
Source code must not contain comments — documentation lives in /docs
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