Add to the Quick Reference section of CLAUDE.md:
cargo build -p integration --bin <name> --release for building specific binaries from the integration crate.
- After changing shared library code (e.g.,
helpers.rs), run cargo clean -p integration before reporting test results to avoid stale compiled binaries.
Add to the Quick Reference section of
CLAUDE.md:cargo build -p integration --bin <name> --releasefor building specific binaries from the integration crate.helpers.rs), runcargo clean -p integrationbefore reporting test results to avoid stale compiled binaries.