openreader/src
Richard R 5736419bdb refactor(audio-text): centralize audio text normalization rules and update consumers
Move canonical audio text preprocessing logic to new shared module `audio-text.ts`
to ensure consistent normalization across worker, client, and NLP code. Update
all consumers to import and use the shared rules, eliminating duplication and
preventing drift. Expand glyph stripping to handle additional decorative
characters. Add unit tests for new cases and update documentation accordingly.
2026-06-10 09:00:13 -06:00
..
app fix(epub): unify TTS word highlight mapping and normalization 2026-06-09 08:20:53 -06:00
components fix(auth): prevent anonymous session creation on auth pages 2026-06-09 10:53:01 -06:00
contexts fix(epub): unify TTS word highlight mapping and normalization 2026-06-09 08:20:53 -06:00
db Refactor user data cleanup and TTS storage flows (#105) 2026-06-07 13:33:20 -06:00
hooks fix(epub): improve word-region cache invalidation for highlighting 2026-06-09 15:35:39 -06:00
lib refactor(audio-text): centralize audio text normalization rules and update consumers 2026-06-10 09:00:13 -06:00
types refactor(epub): unify TTS segment planning with canonical windowing 2026-06-08 18:35:18 -06:00
instrumentation.node.ts Refactor user data cleanup and TTS storage flows (#105) 2026-06-07 13:33:20 -06:00
instrumentation.ts Refactor user data cleanup and TTS storage flows (#105) 2026-06-07 13:33:20 -06:00
middleware.ts refactor(env): remove legacy no-auth mode and enforce required auth env vars 2026-05-31 12:09:37 -06:00