Files
manual_slop/conductor/directives/no_comments_in_body/v1.md
T

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