docs: update CLAUDE.md with Italian rule, error workflow, and full data model

Added Italian communication requirement, error-first workflow (report then wait),
and missing Prisma models: ProductVariant, PasswordResetToken, Page/PageSection,
SiteSettings, AuditLog. Added app/coverage/ to .gitignore.
This commit is contained in:
2026-05-19 14:05:31 +02:00
parent ea5fca6561
commit 93cfe1ad5e
2 changed files with 139 additions and 0 deletions
+4
View File
@@ -6,11 +6,15 @@
# Node
app/node_modules/
node_modules/
test/node_modules
# Next.js build output
app/.next/
app/out/
# Test coverage report
app/coverage/
# Prisma generated client (rebuilt on npm install)
app/node_modules/.prisma/