1 2 3 4 5
# Claude Instructions ## Pre-commit Workflow Before committing, always run `just check` (runs `cargo fmt --check`, `cargo clippy -- -D warnings`, and `cargo nextest run`).