Project Core Dev
Read AGENTS.md first. Use this skill for normal feature work and bug fixes in
repo-owned C++ code.
Focus
- preserve buildability, tests, docs, and analyzer cleanliness
- keep changes narrow and behavior-oriented
- prefer app-side fixes before widening platform or vendor boundaries
Validation
- build out of tree
- run
ctest --output-on-failurefor covered changes - run
frame_cli --helpas a lightweight smoke test - add docs/analyzer/Valgrind validation when the change surface justifies it