Summary
components/bot_detector/database/player/interface.py:7 defines class playerInterface(ABC) — violates the PascalCase naming convention specified in AGENTS.md. All other interfaces in the codebase use PascalCase (ReportInterface, PredictionInterface, DiscordVerificationInterface, etc.).
Proposed Change
Rename playerInterface → PlayerInterface in:
components/bot_detector/database/player/interface.py
components/bot_detector/database/player/repository.py (references it)
Summary
components/bot_detector/database/player/interface.py:7definesclass playerInterface(ABC)— violates the PascalCase naming convention specified in AGENTS.md. All other interfaces in the codebase use PascalCase (ReportInterface,PredictionInterface,DiscordVerificationInterface, etc.).Proposed Change
Rename
playerInterface→PlayerInterfacein:components/bot_detector/database/player/interface.pycomponents/bot_detector/database/player/repository.py(references it)