From 022265829eca0032d310e0f177d729290eb6f8fa Mon Sep 17 00:00:00 2001 From: Aiden Cline Date: Mon, 26 Jan 2026 00:04:00 -0500 Subject: [PATCH] ignore: update AGENTS.md to state that inference should be used --- AGENTS.md | 1 + 1 file changed, 1 insertion(+) diff --git a/AGENTS.md b/AGENTS.md index c157fa32d..c3f8e50d0 100644 --- a/AGENTS.md +++ b/AGENTS.md @@ -10,6 +10,7 @@ - Avoid using the `any` type - Prefer single word variable names where possible - Use Bun APIs when possible, like `Bun.file()` +- Rely on type inference when possible; avoid explicit type annotations or interfaces unless necessary for exports or clarity ### Avoid let statements