From 892e9f13b72ab7461e57cfa37a26045632e642d2 Mon Sep 17 00:00:00 2001 From: Pepijn Date: Wed, 8 Apr 2026 17:59:55 +0200 Subject: [PATCH] docs(claude): remove LOC minimization guideline from CLAUDE.md Co-Authored-By: Claude Sonnet 4.6 --- CLAUDE.md | 1 - 1 file changed, 1 deletion(-) diff --git a/CLAUDE.md b/CLAUDE.md index a1ed50102..90146b589 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -26,7 +26,6 @@ These are the load-bearing types. Handle them with care — breaking changes her ### Code quality -- Minimize added LOC. Every line must earn its place. - Explicit over magic — no hidden control flow, no implicit state. - No deep inheritance trees. Prefer composition. - No decorative comment separators (`===`, `---`, etc.).