| # AGENTS |
| |
| Project notes for code changes: |
| |
| - When writing comments and docstrings, optimize for readability in the IDE. |
| - Prefer plain text over HTML-oriented Javadoc formatting. |
| - Avoid tags like `<p>`, `<ol>`, `<li>`, or presentation-oriented markup unless they are strictly necessary. |
| - Write comments so they read clearly in source form first. |
| - Prefer imports and simple class names over fully qualified class names in ordinary source code and comments. |
| - For commits requested by the user, use the user's Git author identity. |
| - Prefix commit messages for work not yet reviewed by the user with `UNREVIEWED:`. |