Skip to content
Merged
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 @@ -56,6 +56,9 @@ Iterate fastest with `cargo check -p <crate>` while editing; the full validation
```
- **test_spawn_from_lib**: `cargo nextest run --package test_spawn_from_lib --features prefer-dynamic`.

### Code exploration

When searching for code with `grep` or `find`, always exclude the `./target` directory. Only search in it if specifically looking for build artifacts

## Key Conventions

Expand Down
Loading