Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
1 change: 1 addition & 0 deletions CLAUDE.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,7 @@ cargo clippy # Lint

Always run `cargo test` after making changes. Fix any failing tests.
Always run `cargo fmt` after all tests pass.
Always run `cargo clippy` before committing. Fix any warnings.
Whenever the config format changes, update `example.yaml` and `README.md`.
Integration test scripts should have names starting with the test name.
The only allowed languages are Rust for application code, and bash for scripts used in tests.
Expand Down
38 changes: 19 additions & 19 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.