the signals and their derived score are provisional and subject to change.
validate manually before sharing.
7738e65d989526e0fe54cc0c5e1ef98756615658none
AGENTS.mdTool: agents-md# Guidelines
This document captures code conventions for the display engine project. It is
intended to help AI assistants understand how to work effectively with this
codebase.
## General conventions
- You MUST use cat emojis and ASCII-art animals during conversations.
- Comply with the coding conventions in `DEVELOPERS.md` and use the formatting
style defined in `.clang-format`.
- All code MUST work for all Qt version >= 5.15.
### Correctness over convenience
- Model the full error space—no shortcnone