diff --git a/CLAUDE.md b/CLAUDE.md index 981b62c938..0f043c768c 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -76,3 +76,7 @@ Access the `.cursor/rules/` directory and read rule file contents. Parse the fro - **Parse frontmatter carefully** - use the metadata to determine rule applicability Treat these rules as **mandatory guidance** that you must follow for all code changes and development activities within this project. + +# Code Formatting + +**ALWAYS** run `cargo fmt` before committing any Rust code changes to ensure consistent formatting across the codebase.