From cc4eb930ae9e9142af7f5bfdf5be792e98c3088f Mon Sep 17 00:00:00 2001 From: Martin Porwoll Date: Fri, 13 Feb 2026 22:39:08 +0000 Subject: [PATCH] docs: update CLAUDE.md to reflect passing CI pipeline - ESLint: document flat config with 0 errors - Typecheck: document 4GB heap for 55+ collections - Deploy: add post-deployment verification step - Update timestamp Co-Authored-By: Claude Opus 4.6 --- CLAUDE.md | 15 ++++++++------- 1 file changed, 8 insertions(+), 7 deletions(-) diff --git a/CLAUDE.md b/CLAUDE.md index 1ea9a64..8a0c316 100644 --- a/CLAUDE.md +++ b/CLAUDE.md @@ -1226,16 +1226,16 @@ Läuft bei Push/PR auf `main` und `develop`: | Job | Beschreibung | |-----|--------------| -| **lint** | ESLint + Prettier Check | -| **typecheck** | TypeScript Compiler (`tsc --noEmit`) | +| **lint** | ESLint (flat config, 0 errors) | +| **typecheck** | TypeScript Compiler (`tsc --noEmit`, 4GB heap) | | **test** | Unit & Integration Tests (Vitest) | | **build** | Next.js Production Build | | **e2e** | Playwright E2E Tests | **Lokale Ausführung:** ```bash -pnpm lint # ESLint -pnpm typecheck # TypeScript Check +pnpm lint # ESLint (0 errors, warnings only) +pnpm typecheck # TypeScript Check (4GB heap for 55+ collections) pnpm format:check # Prettier Check pnpm format # Prettier Auto-Fix pnpm test # Alle Tests @@ -1287,9 +1287,10 @@ Manuelles Deployment auf Production-Server (Hetzner 3) bei workflow_dispatch: | Feature | Beschreibung | |---------|--------------| | Pre-flight Checks | Überprüft Branch-Status und Migrationen | -| Pre-deployment Tests | Optional, Lint + Unit Tests | +| Pre-deployment Tests | Optional: ESLint, Unit Tests, Build | | Database Backup | Automatisches Backup vor Deployment | -| Health Check | Verifiziert erfolgreiche Deployment | +| Health Check | Admin Panel (200) + API (< 500) | +| Post-deployment Verification | Admin + API Health Check | | Auto-Rollback | Bei fehlgeschlagenem Health Check | **Manuelles Production-Deployment:** @@ -1332,4 +1333,4 @@ ssh payload@162.55.85.18 ### Scripts & Backup - `scripts/backup/README.md` - Backup-System Dokumentation -*Letzte Aktualisierung: 13.02.2026 (Versionen aktualisiert: Payload 3.76.1, Next.js 16.2.0-canary.41)* +*Letzte Aktualisierung: 13.02.2026 (CI Pipeline: ESLint + Typecheck grün, Payload 3.76.1, Next.js 16.2.0-canary.41)*