Twitch-VOD-Manager/src/main/domain
xRangerDE 57f56d98a6 release: 5.0.10 — Single-Source-Of-Truth fuer Config-Defaults
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>
2026-05-19 13:59:04 +02:00
..
.gitkeep scaffold: src/main/{infra,domain} directory tree for v5 split 2026-05-11 21:40:52 +02:00
archive-files-store.test.ts feat(archive): archive-files-store CRUD + summaryByStreamer (10 tests) 2026-05-11 23:53:54 +02:00
archive-files-store.ts feat(archive): archive-files-store CRUD + summaryByStreamer (10 tests) 2026-05-11 23:53:54 +02:00
chunk-index-store.test.ts feat(resume): chunk-index-store CRUD (8 tests) 2026-05-11 22:19:50 +02:00
chunk-index-store.ts feat(resume): chunk-index-store CRUD (8 tests) 2026-05-11 22:19:50 +02:00
config-normalize.test.ts refactor: extract config normalizers to src/main/domain/config-normalize + 47 tests 2026-05-11 21:48:58 +02:00
config-normalize.ts release: 5.0.10 — Single-Source-Of-Truth fuer Config-Defaults 2026-05-19 13:59:04 +02:00
i18n-backend.test.ts refactor: extract BACKEND_MESSAGES + tBackend to src/main/domain/i18n-backend + 8 tests 2026-05-11 21:46:12 +02:00
i18n-backend.ts refactor: extract BACKEND_MESSAGES + tBackend to src/main/domain/i18n-backend + 8 tests 2026-05-11 21:46:12 +02:00
integrity-check.test.ts feat(integrity): ffprobe JSON parser + verdict assessor (12 tests) 2026-05-11 23:52:48 +02:00
integrity-check.ts feat(integrity): ffprobe JSON parser + verdict assessor (12 tests) 2026-05-11 23:52:48 +02:00
migrator.test.ts feat(db): JSON to SQLite migrator (idempotent, fail-soft, 8 tests) 2026-05-11 22:04:25 +02:00
migrator.ts feat(db): JSON to SQLite migrator (idempotent, fail-soft, 8 tests) 2026-05-11 22:04:25 +02:00
pkce.test.ts feat(auth): Twitch OAuth 2.1 Authorization Code Flow + PKCE + Loopback (21 tests) 2026-05-11 23:46:22 +02:00
pkce.ts feat(auth): Twitch OAuth 2.1 Authorization Code Flow + PKCE + Loopback (21 tests) 2026-05-11 23:46:22 +02:00
token-store.test.ts feat(auth): token-store CRUD on oauth_accounts (encrypted, 11 tests) 2026-05-11 22:13:37 +02:00
token-store.ts feat(auth): token-store CRUD on oauth_accounts (encrypted, 11 tests) 2026-05-11 22:13:37 +02:00
top-clips-crawler.test.ts feat(discovery): Helix top-clips-crawler module + rangeLastDays helper (9 tests) 2026-05-12 00:00:38 +02:00
top-clips-crawler.ts feat(discovery): Helix top-clips-crawler module + rangeLastDays helper (9 tests) 2026-05-12 00:00:38 +02:00
twitch-oauth.test.ts feat(auth): Twitch OAuth 2.1 Authorization Code Flow + PKCE + Loopback (21 tests) 2026-05-11 23:46:22 +02:00
twitch-oauth.ts feat(auth): Twitch OAuth 2.1 Authorization Code Flow + PKCE + Loopback (21 tests) 2026-05-11 23:46:22 +02:00
update-version-utils.test.ts refactor: relocate update-version-utils to src/main/domain/ + vitest 2026-05-11 21:42:05 +02:00
update-version-utils.ts refactor: relocate update-version-utils to src/main/domain/ + vitest 2026-05-11 21:42:05 +02:00