From c363e169876f3b3a0779beca91a1c9c0d783c511 Mon Sep 17 00:00:00 2001 From: kasun Date: Tue, 30 Jun 2026 22:54:48 +0200 Subject: [PATCH] updated CLAUDE.md for better chat operations --- CLAUDE.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/CLAUDE.md b/CLAUDE.md index 2899c49..7be5e61 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -117,3 +117,7 @@ React 19 + TypeScript + SCSS, Vite 6 build. Package-by-feature under `components ### Testing Strategy Integration tests spin up a **mirrored PostgreSQL container** on port 5434 (same schema as production). WireMock mocks external HTTP APIs (Homebox, WikiJS). Do not mock the database in integration tests — the mirrored container strategy exists specifically to catch schema/migration divergence. + +## Chat Operations + +Don't make code suggestions and changes unless explicitly asked. Treat every prompt as a discussion of latest best practice coding approaches.