Commit Graph

81 Commits

Author SHA1 Message Date
854b8fb6b6 feat: add manual known-word cache refresh path
- Add CLI command flag  with non-GUI dispatch flow and OSD error handling.

- Add runtime integration call and IPC hook so manual refresh works from command runner without app startup.

- Add public AnkiIntegration manual refresh API with force refresh semantics and guard reuse.

- Preserve default n+1 behavior by fixing config validation for malformed  values and adding tests.
2026-02-15 00:03:38 -08:00
66c8168d0e refactor: split startup lifecycle and Anki service architecture 2026-02-14 22:31:53 -08:00
603511948c refactor(main): move IPC runtime deps build to shared dependency mapper 2026-02-14 16:43:17 -08:00
bbfe2a9386 refactor: extract overlay shortcuts runtime for task 27.2 2026-02-14 15:58:50 -08:00
d7c7052ac1 refactor state and overlay runtime helpers 2026-02-14 15:06:20 -08:00
3bb02d7d6f refactor(main): extract IPC registration wiring into main/ipc-runtime module 2026-02-14 13:48:05 -08:00
9a710ea6ee refactor(main): move mpv IPC command composition into helper module 2026-02-14 13:46:17 -08:00
7ef337e3c1 Track mpv overlays by configured socket window only 2026-02-14 13:44:10 -08:00
8ef2d98dbe refactor(main): extract runtime options and subsync ipc deps 2026-02-14 01:29:56 -08:00
70e1929b15 refactor(main): type annotate subsync runtime deps helper 2026-02-14 01:28:29 -08:00
f3cde58be1 refactor(main): extract app-ready runtime dependencies helper 2026-02-14 01:28:01 -08:00
172420260c fix(main): type annotate dependency factories and jimaku fetch generic 2026-02-14 01:20:06 -08:00
e73c80d11e refactor(main): extract startup bootstrap dependency factory 2026-02-14 01:17:52 -08:00
d905a01564 refactor(main): extract app lifecycle dependency wiring helper 2026-02-14 01:17:39 -08:00
897a247e62 refactor(main): extract IPC runtime deps factories 2026-02-14 01:17:19 -08:00
05f582e00d refactor(main): extract mpv IPC command deps into factory 2026-02-14 01:16:32 -08:00
8c7cdb3490 refactor(main): extract CLI runtime deps into factory 2026-02-14 01:16:25 -08:00
aad967d835 refactor(main): extract mpv client deps factory into helper 2026-02-14 01:15:46 -08:00
31551e0b0d refactor(mpv): emit media/path/title events for app-level handlers 2026-02-14 01:13:21 -08:00
9b24e09d48 Fix overlay modal dispatch and restore behavior 2026-02-14 00:35:30 -08:00
27ffcdff21 Fix secondary subtitle style parity and MPV visibility restore lifecycle 2026-02-13 00:03:55 -08:00
9560814817 Update TASK-20.2 status to done 2026-02-12 02:49:54 -08:00
c59bed8c8e refactor(overlay): split bounds ownership by layer for TASK-20.1 2026-02-12 02:17:30 -08:00
8787d905b2 Fix renderer overlay loading and modularize renderer 2026-02-11 18:30:55 -08:00
kyasuda
9d6b2f840c refactor(core): consolidate services and remove runtime wrappers 2026-02-11 09:33:47 -08:00
7f766dda3b refactor: inline runtime adapters in main wiring 2026-02-11 09:33:47 -08:00
bb956d75bf refactor runtime deps wiring and docs/config updates 2026-02-11 09:33:47 -08:00
a1ec32a6ba Fix startup TDZ and suppress subtitles during settings modals 2026-02-10 01:58:44 -08:00
d6df86c6bb refactor: extract startup lifecycle hooks orchestration 2026-02-10 01:44:20 -08:00
3f4f972843 refactor: extract startup bootstrap runtime orchestration 2026-02-10 01:40:57 -08:00
b3a9a05a44 refactor: extract shortcut ui runtime deps 2026-02-10 01:36:27 -08:00
ca8d9cbb97 refactor: extract shortcut and mining runtime deps 2026-02-10 01:32:03 -08:00
4b005976b6 refactor: extract startup lifecycle runtime deps 2026-02-10 01:29:22 -08:00
54defa0677 refactor: extract overlay runtime deps bundle 2026-02-10 01:25:25 -08:00
dec9320b34 refactor: extract ipc mpv and tokenizer runtime deps 2026-02-10 01:22:13 -08:00
4e9c6985b4 refactor: extract overlay visibility facade deps runtime service 2026-02-10 01:17:34 -08:00
0bba3a4380 refactor: extract numeric shortcut runtime service 2026-02-10 01:14:26 -08:00
38686f9e02 refactor: extract subsync deps runtime service 2026-02-10 01:12:28 -08:00
15daba58bd refactor: extract field grouping overlay runtime service 2026-02-10 01:09:56 -08:00
66008b9e58 refactor: extract anki jimaku ipc deps runtime service 2026-02-10 01:05:05 -08:00
f476c3c205 refactor: extract ipc deps runtime service 2026-02-10 01:03:10 -08:00
c07eadeaa6 refactor: extract cli command deps runtime service 2026-02-10 00:58:57 -08:00
dce1981f44 refactor: extract config generation startup flow 2026-02-10 00:55:43 -08:00
aacb13c71e refactor: extract startup resource factory helpers 2026-02-10 00:50:18 -08:00
80ef464885 refactor: extract app logging runtime adapters 2026-02-10 00:46:28 -08:00
355a5ae37a refactor: extract config warning log formatter 2026-02-10 00:44:29 -08:00
c624b940b3 refactor: extract runtime options manager initializer 2026-02-10 00:26:20 -08:00
caa9a40585 refactor: extract app lifecycle dependency builder 2026-02-10 00:20:38 -08:00
7bacac2b4e refactor: extract mpv ipc dependency builder service 2026-02-10 00:09:06 -08:00
0fdb97e371 refactor: extract app shutdown orchestration service 2026-02-10 00:06:10 -08:00