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.