Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 509 Bytes

File metadata and controls

13 lines (9 loc) · 509 Bytes

Copilot Instructions

Refer to the project guidelines, architectural mandates, and implementation strategy defined in the following file:

.agents/instructions.md

Summary of Key Rules:

  • Zero-FFI Policy: No C++ linking. Pure Rust only.
  • Memory Safety: Use Rust's ownership model.
  • Concurrency: Use Rayon for parallel tasks.
  • Optimizations: Use SIMD (pulp) where appropriate.
  • Coding Style: English comments, Result handling, and Conventional Commits.