Back to Filament

Verification Protocols

skills/verification_protocols/SKILL.md

1.71.6523 B
Original Source

Verification Protocols

Before completing any task that modifies C++ source or header files, AI agents must execute the following verification pipeline:

  1. Format Includes: Run ./tools/reorganize_headers.py <target>.
  2. Compile Core Engine: Run ./build.sh -ip desktop debug to ensure the entire desktop target compiles cleanly with no warnings or errors.
  3. Run Tests: Run the test suite binary located in the build output directory:
    bash
    ./out/cmake-debug/libs/utils/test_utils