summaryrefslogtreecommitdiff
path: root/claude
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-08 09:10:32 +0200
committerPaul Buetow <paul@buetow.org>2026-02-08 09:10:32 +0200
commitf6d2c92703ca4479871a716507a63cb706b14b21 (patch)
treed45b950a8b0b90d174e5b37d5085569503459af9 /claude
parent88d2c9ac867e92d482dbeea5e5fc759b1f195cdf (diff)
cleanup
Diffstat (limited to 'claude')
-rw-r--r--claude/CLAUDE.md2
1 files changed, 0 insertions, 2 deletions
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.