f473f4902e77fa1d440f87aae683f8a33c862901none
CLAUDE.mdTool: claude-code# CLAUDE.md
This file provides guidance to coding agents when working with code in this repository.
## Build Commands
Configure using a CMake preset (see `CMakePresets.json` for options; `CMakeUserPresets.json` for local overrides):
```sh
cmake --preset macos-debug # configure (macOS)
cmake --preset clang-debug # configure (Linux, clang)
cmake --build build/macos-debug # build
```
Python bindings are off by default (`option(ENABLE_PY_BINDINGS ... OFF)` in `CMakeLists.txt`); the `clang-d.claudeTool: claude-codenone