Skip to content

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

    1. Modern C++ Standards
    1. Memory Management & RAII
    1. Safety & Undefined Behavior
    1. Build System & Dependencies
    1. Testing & Fuzzing

Released under the MIT License.