C++ Development Guidelines
Objective: Define standards for safe, performant, and maintainable modern C++ code, covering language standards, memory management, safety, build systems, and testing.
Source File
View the full rule: .agent/rules/cpp.md
Sections
- Modern C++ Standards
- Memory Management & RAII
- Safety & Undefined Behavior
- Build System & Dependencies
- Testing & Fuzzing
