Skip to content

Commit 5574dbe

Browse files
committed
Small tweaks to CLAUDE.md
1 parent 36d04c3 commit 5574dbe

1 file changed

Lines changed: 5 additions & 1 deletion

File tree

CLAUDE.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,11 @@ See [README.md](README.md) for the workspace layout and [ARCH.md](ARCH.md) for s
1515
of the full task you might prompt the user whether they want you to run the
1616
full CI tests via `./ci/ci-tests.sh`. Note however that this script will run
1717
for a very long time, so please don't timeout when you do.
18-
- Run `cargo +1.75.0 fmt --all` after every code change
18+
- Run `cargo +1.75.0 fmt --all` before committing code changes. If rust 1.75.0 is
19+
not installed, skip this step.
1920
- Never add new dependencies unless explicitly requested
2021
- Please always disclose the use of any AI tools in commit messages and PR descriptions using a `Co-Authored-By:` line.
2122
- When adding new `.rs` files, please ensure to always add the licensing header as found, e.g., in `lightning/src/lib.rs` and other files.
23+
- When adding comments, do not refer to internal logic in other modules, instead
24+
make sure comments make sense in the context they're in without needing other
25+
context.

0 commit comments

Comments
 (0)