We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
CLAUDE.md
1 parent e0fbff2 commit c99e964Copy full SHA for c99e964
CLAUDE.md
@@ -0,0 +1,11 @@
1
+# CLAUDE.md
2
+
3
+This file provides guidance to Claude Code (claude.ai/code) when working with code in this repository.
4
5
+## Development Rules
6
7
+- Always ensure tests pass before committing.
8
+- Run `cargo fmt --all` after every code change
9
+- Never add new dependencies unless explicitly requested
10
+- Please always disclose the use of any AI tools in commit messages and PR descriptions
11
+- When adding new `.rs` files, please ensure to always add the licensing header as found in all other files.
0 commit comments