## Summary ## Changes ## Related Issues ## Checklist - [ ] Commit messages follow [conventional commits](https://www.conventionalcommits.org/) (`feat:`, `fix:`, `chore:`, `docs:`, `art:`) - [ ] Code follows project style (clang-format for C++, black for Python) - [ ] Changes are tested locally - [ ] Documentation updated (if applicable)