Skip to content

Commit c99e964

Browse files
committed
Add basic CLAUDE.md file
1 parent e0fbff2 commit c99e964

File tree

1 file changed

+11
-0
lines changed

1 file changed

+11
-0
lines changed

CLAUDE.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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

Comments
 (0)