From 954881604d2dda8ca27a0d56273be0c83af0ca4f Mon Sep 17 00:00:00 2001 From: Matt Corallo Date: Tue, 10 Mar 2026 17:25:32 +0000 Subject: [PATCH] Tell claude to be DRY --- CLAUDE.md | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 15dd4581e34..cecd79c4981 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -23,3 +23,5 @@ See [README.md](README.md) for the workspace layout and [ARCH.md](ARCH.md) for s - When adding comments, do not refer to internal logic in other modules, instead make sure comments make sense in the context they're in without needing other context. +- Try to keep code DRY - if new code you add is duplicate with other code, + deduplicate it.