Skip to content

Latest commit

 

History

History
11 lines (10 loc) · 483 Bytes

File metadata and controls

11 lines (10 loc) · 483 Bytes

NKU Rust Coding Agent Instructions

  • Default to Chinese replies for Chinese users.
  • Prefer small, verifiable code changes.
  • Before finalizing code changes, run:
    • cargo fmt --all -- --check
    • cargo clippy --workspace --all-targets --all-features -- -D warnings
    • cargo test --all
    • cargo build --workspace
  • Do not commit API keys, .env files, local session data, or target/.
  • Keep README, report material, and demo steps aligned with implemented features.