This project follows strict engineering standards. Refer to Agents.md for the foundational architecture, technology stack, and coding principles.
- Contextual Precedence: The standards defined in Agents.md are foundational and MUST be followed strictly.
- Modern C++: Leverage C++20 features (e.g.,
std::format,ifinitializers) as specified inAgents.md. - Validation: Fulfill the user's request thoroughly, including adding tests when adding features or fixing bugs. Rigorous, exhaustive verification is mandatory.
- Commit Messages: Follow the imperative tense and conciseness rules in
Agents.mdwhen proposing commit messages.