AGENTS.md · git:20260221.2bc0fdd · 2026-02-21 · sha256 2eed27955defcde8
AGENTS.md git:20260221.2bc0fddA
Immutable. This exact content is served forever at /api/v1/blob/2eed27955defcde8.
# Agents ## Before committing Always run these checks before committing. Do not commit if either fails. ```bash cargo fmt --check cargo clippy -- -D warnings ``` If `cargo fmt --check` fails, run `cargo fmt` and include the formatting fix in your commit.