Add GitLab formatting rules and code review guidelines to CLAUDE.md

Summary

Add comprehensive guidelines for GitLab interactions and code review conventions.

Changes

  • GitLab Formatting Rules - avoid accidental issue links when using #N notation
  • Code Review Guidelines:
    • Publishing reviews workflow (threads + summary with references)
    • Naming conventions (private attributes, exceptions)
    • General coding practices (super().init, docstrings, error handling, etc.)
    • Class structure ordering guidelines
    • Test conventions (AAA format, standalone functions, conftest.py)
    • Code quality (avoid mypy/ruff suppressions)

Background

These guidelines were implemented primarily based on issues identified during the review of !803. They will continue to be expanded in the future as more patterns and conventions are identified.


🤖 Generated with Claude Code

Merge request reports

Loading