From 869d2571ed1d7ea933b3152b4fd0f5308af37ba8 Mon Sep 17 00:00:00 2001 From: Zanie Blue Date: Tue, 3 Feb 2026 12:11:01 -0600 Subject: [PATCH] Add CLAUDE.md note about imports (#17835) --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 7af31300e..cf4349c70 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -13,3 +13,4 @@ lockfile changes - NEVER assume clippy warnings are pre-existing, it is very rare that `main` has warnings - ALWAYS read and copy the style of similar tests when adding new cases +- PREFER top-level imports over local imports or fully qualified names