Twitch-VOD-Manager/src/main/domain
xRangerDE f156d8bdcf feat(resume): chunk-index-store CRUD (8 tests)
record / listForItem (ordered by chunk_seq) / countForItem / lookupBySha1
(dedupe candidates) / deleteForItem. ON CONFLICT(item_id, chunk_seq) DO
UPDATE means re-recording overwrites prior hash. 143 unit tests gruen.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-05-11 22:19:50 +02:00
..
.gitkeep scaffold: src/main/{infra,domain} directory tree for v5 split 2026-05-11 21:40:52 +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 refactor: extract config normalizers to src/main/domain/config-normalize + 47 tests 2026-05-11 21:48:58 +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
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
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
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