Commit Graph

56 Commits

Author SHA1 Message Date
47301d7492 docs(architecture): consolidate canonical docs and archive roadmap noise 2026-02-21 21:32:14 -08:00
05be13be9e refactor(ipc): centralize contracts and validate payloads 2026-02-21 21:32:14 -08:00
2a5830c4c5 test(launcher): add e2e smoke suite and CI gates 2026-02-21 21:32:14 -08:00
16b8d80498 chore(backlog): capture task planning and subagent handoffs 2026-02-21 21:32:14 -08:00
631e0450b1 refactor(main): introduce explicit AniList runtime transitions 2026-02-21 21:27:31 -08:00
10b94ce889 refactor(config): slim resolver facade and expand regression lanes
Collapse src/config/resolve.ts into an orchestrated pipeline over domain modules, wire launcher regression coverage into test scripts, and sync backlog/subagent tracking artifacts for completed TASK-74/TASK-96/TASK-98 follow-up planning.
2026-02-21 21:27:31 -08:00
2b77ab2406 refactor(launcher): consolidate mpv socket readiness primitive 2026-02-21 21:27:31 -08:00
5805d774ca test: run default regressions from source and keep dist smoke 2026-02-21 21:27:31 -08:00
c8c7f46a16 chore(task-85): finalize closure tracking and launcher path enforcement 2026-02-21 21:27:30 -08:00
f8db9e7119 refactor(main): extract anilist/mpv runtime composers 2026-02-21 21:21:44 -08:00
23b88bf20e refactor(main): finish TASK-94 composition-root extraction
Move IPC, shortcuts, startup lifecycle, and app-ready assembly behind dedicated runtime composers so main.ts stays focused on boot wiring while preserving behavior and test coverage.
2026-02-21 21:21:44 -08:00
8ad8ff1671 refactor(main): extract jellyfin and anilist runtime composers 2026-02-21 21:19:50 -08:00
ab1d5f19fd chore: commit unstaged workspace changes 2026-02-21 02:32:00 -08:00
1c424b4a0b fix(logging): suppress mpv connect-request info log spam 2026-02-20 20:45:33 -08:00
8ac3d517fe feat(jellyfin): move auth to env and stored session 2026-02-20 20:37:21 -08:00
d6676f7132 fix(renderer): stabilize preserveLineBreaks whitespace and newline rendering 2026-02-20 20:22:37 -08:00
28d2da1e64 chore(task-85): update launcher workflow and backlog tracking 2026-02-20 03:57:20 -08:00
06892b4838 refactor: simplify config and anki integration composition 2026-02-20 03:55:29 -08:00
12c5d956bc refactor: extract numeric and overlay shortcuts runtime wiring 2026-02-20 03:52:08 -08:00
eef8a7eb41 refactor: extract mpv osd and secondary-sub runtime wiring 2026-02-20 03:52:08 -08:00
2d89dd43f2 refactor: extract global shortcuts runtime wiring 2026-02-20 03:52:08 -08:00
2ffd503898 refactor: extract cli command runtime wiring 2026-02-20 03:52:08 -08:00
2b70b54faf refactor: extract startup and initial args runtime wiring 2026-02-20 03:52:08 -08:00
6634ee7626 refactor: extract overlay bootstrap runtime wiring 2026-02-20 03:52:08 -08:00
9b3cb4a42c refactor: extract yomitan settings runtime wiring 2026-02-20 03:52:08 -08:00
9db54f8037 refactor: extract overlay window runtime wiring 2026-02-20 03:52:08 -08:00
e8db67e621 refactor: extract tray runtime handler wiring 2026-02-20 03:52:08 -08:00
b6b81a72f5 refactor: extract cli command context factory wiring 2026-02-20 03:52:08 -08:00
f56de54c10 refactor: extract ipc runtime handler wiring 2026-02-20 03:52:08 -08:00
5b432fa156 refactor: extract overlay visibility runtime wiring 2026-02-20 03:52:08 -08:00
3aeb10ae61 refactor: extract yomitan runtime wiring from main 2026-02-20 03:52:08 -08:00
062677dcc5 refactor: prebuild additional lifecycle and mpv runtime deps 2026-02-20 03:52:08 -08:00
65878e0d8a refactor: prebuild more shortcut and overlay runtime deps 2026-02-20 03:52:08 -08:00
5b84ba5ef8 refactor: prebuild more jellyfin and startup runtime deps 2026-02-20 03:52:08 -08:00
40184c67ed refactor: prebuild more overlay and jellyfin runtime deps 2026-02-20 03:52:08 -08:00
2be7829aa5 refactor: prebuild more main runtime handler dependencies 2026-02-20 03:52:08 -08:00
a33d030d34 refactor: prebuild additional main startup dependency bundles 2026-02-20 03:52:07 -08:00
6287409c83 refactor: prebuild additional main runtime deps in startup flow 2026-02-20 03:52:07 -08:00
e1a66800b9 refactor: prebuild anilist protocol and token runtime deps 2026-02-20 03:52:07 -08:00
197636aabe update readme/docs 2026-02-20 03:39:09 -08:00
46a2ac5dc7 feat(jellyfin): store access token in encrypted local store 2026-02-20 03:26:37 -08:00
a4532a5fa0 build(ts): enable noUncheckedIndexedAccess and isolatedModules 2026-02-20 01:50:09 -08:00
ad2652b21a ci: bundle config example in release assets 2026-02-20 01:34:57 -08:00
18648cb6fc refactor: extract additional main dependency builders 2026-02-20 01:02:40 -08:00
5476d44005 refactor: extract additional main runtime dependency builders 2026-02-20 00:10:36 -08:00
df380ed1ca refactor: extract runtime dependency builders from main 2026-02-19 23:38:23 -08:00
0d7b65ec88 refactor: extract main runtime dependency builders 2026-02-19 23:11:20 -08:00
8c2d82e361 feat(subtitles): add line-break display toggle and narrow-space normalization 2026-02-19 22:50:27 -08:00
bc75a0cfbd fix: update default subtitle background color 2026-02-19 21:46:25 -08:00
4193a6ce8e refactor: split main runtime handlers into focused modules 2026-02-19 21:27:42 -08:00