From 6ee6707677a7175ce62ebd83f7671bb215dbee34 Mon Sep 17 00:00:00 2001 From: MartinBraquet Date: Thu, 28 May 2026 17:01:18 +0200 Subject: [PATCH] Add guideline to preserve comments and commented-out code in CLAUDE.md --- CLAUDE.md | 1 + 1 file changed, 1 insertion(+) diff --git a/CLAUDE.md b/CLAUDE.md index 38c2644e..1593f4c2 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -95,6 +95,7 @@ Frontend then calls it via `useAPIGetter('endpoint-name', props)` (client) or `a - **i18n**: `useT()` from `web/lib/locale`, then `t('key', 'English fallback')`. Translation JSON in `common/messages/`. Details in [`docs/internationalization.md`](docs/internationalization.md). - **Scripts that mutate backend state or schema are run by the human, not Claude.** +- When editing files, do NOT remove comments or commented-out code. ## Docs