You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
docs: record the Python-first testing preference in AGENTS.md
New coverage should land as a doctest example or a pytest case. Agents have
been adding Rust tests that CI never executes: no workflow invokes
`cargo test`, and `cargo clippy --all-targets` only compiles the test code.
Write down that constraint, along with the reason a `cargo test` job is not a
trivial addition, so the tradeoff does not have to be rediscovered.
Also point at the FFI example suites, which are easy to overlook when judging
whether behavior is reachable from Python.
Co-Authored-By: Claude Opus 5 (1M context) <noreply@anthropic.com>
0 commit comments