Add guideline to preserve comments and commented-out code in CLAUDE.md

This commit is contained in:
MartinBraquet
2026-05-28 17:01:18 +02:00
parent 156ac66f6e
commit 6ee6707677

View File

@@ -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