From f6d2c92703ca4479871a716507a63cb706b14b21 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 8 Feb 2026 09:10:32 +0200 Subject: cleanup --- claude/CLAUDE.md | 2 -- 1 file changed, 2 deletions(-) delete mode 100644 claude/CLAUDE.md (limited to 'claude') diff --git a/claude/CLAUDE.md b/claude/CLAUDE.md deleted file mode 100644 index ffda0b7..0000000 --- a/claude/CLAUDE.md +++ /dev/null @@ -1,2 +0,0 @@ -- Whenever updating code, also update the comments in the code to reflect the reality and the reasoning. -- When a function reaches 50 lines of code or more, try to refactor it into several functions of about 30 lines each. In case of a go project, when main.go becomes too large, move code into the ./internal package. -- cgit v1.2.3