From 6f2130c70b8f2021431254ffeb35aba0600ce5bd Mon Sep 17 00:00:00 2001 From: Mateo Wang <277851410+mateo-berri@users.noreply.github.com> Date: Wed, 10 Jun 2026 16:41:14 -0700 Subject: [PATCH] feat: add two more CLAUDE rules --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 758eac7e266..88e959e924e 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -62,6 +62,8 @@ Follow these coding conventions for new/updated code (a three-line fix in a lega - Fully typed; no `Any` or coarse types like dict[str, Any]. Every function parameter must be strongly typed - Use tagged unions + match - No monster files or god objects +- No file sprawl: deliberate file and folder structure +- Standard over hand-rolled: use the official SDK or a library where one exists; where none does, follow the spec instead of inventing local convention Follow conventional commits for commit names and PR titles