From 1254ce90f9da140cecab2684070f82a0206d412e Mon Sep 17 00:00:00 2001 From: paullegranddc Date: Fri, 29 May 2026 14:50:09 +0200 Subject: [PATCH] chore(agents_md): grep can take a long time when looking in target dir --- AGENTS.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/AGENTS.md b/AGENTS.md index 28c74446c1..f6a3a58835 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -56,6 +56,9 @@ Iterate fastest with `cargo check -p ` 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