Skip to content

Latest commit

 

History

History
29 lines (20 loc) · 698 Bytes

File metadata and controls

29 lines (20 loc) · 698 Bytes

Contributing

Thanks for considering a contribution.

Setup

Install stable Rust, then run:

cargo fmt --all -- --check
cargo test --workspace
cargo clippy --workspace --all-targets -- -D warnings

Development Guidelines

  • Keep search metadata separate from source retrieval.
  • Treat impact analysis as heuristic unless backed by precise language tooling.
  • Add focused tests for new behavior.
  • Avoid broad rewrites in unrelated crates.
  • Keep README claims aligned with implemented behavior.

Pull Requests

Before opening a PR:

  1. Run fmt, tests, and clippy.
  2. Update docs when tool contracts or CLI behavior changes.
  3. Include a short summary and test results.