DEFAULT_METADATA_CACHE_MINUTES und DEFAULT_PERFORMANCE_MODE waren dupliziert in main.ts und src/main/domain/config-normalize.ts. Wenn jemand einen Default aendert (z.B. metadata-cache von 10 auf 15min), ist die andere Seite still drift-anfaellig — config laedt den alten Default beim Erst-Start aber normalize-Funktion fallt auf den neuen zurueck. Fix: beide Konstanten werden jetzt aus config-normalize.ts exportiert und in main.ts importiert. Single source of truth. Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com> |
||
|---|---|---|
| .. | ||
| domain | ||
| infra | ||
| index.ts | ||