1 2 3 4 5
# Codex Rules 1. Functions should be unit testable when possible. 2. After each round of code changes, run `just rust-check` to verify style and clippy compliance. 3. Unit-testable functions must have unit tests.