Skip to content
Draft
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
3 changes: 3 additions & 0 deletions AGENTS.md
Original file line number Diff line number Diff line change
Expand Up @@ -61,10 +61,13 @@

- Adhere to requirements in [_CONTRIBUTING.md_](./CONTRIBUTING.md)
- Always format using `cargo fmt`
- CI enforces this via `cargo fmt --check`
- Always address all issues, both clippy and compiler warnings
- Verify with the same invocation CI uses: `cargo clippy --all-targets -- -D warnings --no-deps`
- Do not reach for `#[allow(...)]` to bypass warnings unless it is unavoidable in the context
- Be explicit when you are bypassing warnings
- Always run cspell and fix spelling issues
- `npx cspell --no-progress "**"` checks all files, matching CI
- If a flagged word is valid project terminology, add it to _cspell.yml_ and sort the list alphabetically

## Release process
Expand Down
Loading
Loading