the signals and their derived score are provisional and subject to change.
validate manually before sharing.
79c9d0a8047d1269e102d43b56d347a9e288d880eb537733a2c5b09649b56284b74dbdd4e70006ecAuthored: 1 year ago (Thu, 28 Aug 2025 15:26:01 +0000)Match: CopilotAGENTS.mdTool: agents-md# AGENTS.md
## Rules
- Applies repo-wide. Keep changes scoped; do not create issues or pull requests, or post comments.
## Project
- Rust 2024 Cargo workspace containing all `yazi-*` crates; default members are `yazi-fm` (`yazi`) and `yazi-cli` (`ya`).
## Style
- Follow nearby code and use idiomatic Rust and Lua. In Rust, treat directories as modules and files as types: always prefer `mod_pub!` for directory exports and `mod_flat!` for file exports. Keep `mod.rs` and `lib.rs` limited to exports; put mCLAUDE.mdTool: claude-codeAGENTS.mdnone