# AGENTS
## Project shape
- Open-source chess library.
- Single Rust crate; library entrypoint is `src/lib.rs` with public modules `core`, `logic`, `parsing`, `variants`.
## Commands (CI-aligned)
- Build: `cargo build --verbose`
- Test: `cargo test --verbose`