Skip to content

docs: add binary build cmd and cargo clean guidance to CLAUDE.md #33

@Keinberger

Description

@Keinberger

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions