- Never use emojis anywhere: code, comments, log messages, strings, documentation.
- Never add
Co-Authored-Byor any AI attribution to commit messages. - Limit comments to a strict minimum. Almost never add comments, except on non-trivial code, non-self-explanatory function arguments, and class definitions.
- Do not remove existing comments unless they are directly related to what you are changing.

