Commit Graph

198 Commits

Author SHA1 Message Date
sudacode ffeef9c136 update ci jobs 2026-02-17 22:51:52 -08:00
sudacode 6da8ddda3f update 2026-02-17 22:51:52 -08:00
sudacode 846b075206 fix: migrate tooling to bun and accept file path targets 2026-02-17 22:51:52 -08:00
sudacode a531527e1f chore(backlog): sync task metadata and finalize jellyfin task states 2026-02-17 20:34:45 -08:00
sudacode 7c1d81ea80 udpate ci and add docs sweep scripts 2026-02-17 19:14:43 -08:00
sudacode 9b0fdab840 Merge pull request #9 from ksyasuda/refactor/launcher-modules-split
refactor(core): normalize core service naming
2026-02-17 19:04:39 -08:00
sudacode 817a949f99 chore(scripts): align tooling with runtime/service updates 2026-02-17 19:00:29 -08:00
sudacode 1233e3630f refactor(core): normalize service naming across app runtime 2026-02-17 19:00:27 -08:00
sudacode e38a1c945e feat(jellyfin): add remote playback and config plumbing 2026-02-17 19:00:18 -08:00
sudacode a6a28f52f3 docs: update immersion and Jellyfin docs/backlog notes 2026-02-17 18:58:38 -08:00
sudacode e7a522a485 refactor(launcher): complete split into modular launcher/ directory
- Split 4,028-line monolithic subminer script into 10 focused modules
- launcher/types.ts: shared types and constants
- launcher/log.ts: logging infrastructure
- launcher/util.ts: pure utilities and child process runner
- launcher/config.ts: config loading and arg parsing
- launcher/jimaku.ts: Jimaku API client and media parsing
- launcher/picker.ts: rofi/fzf menu UI
- launcher/mpv.ts: mpv process management and IPC
- launcher/youtube.ts: YouTube subtitle generation pipeline
- launcher/jellyfin.ts: Jellyfin API and browsing
- launcher/main.ts: orchestration entrypoint
- Add build-launcher Makefile target using bun build
- subminer is now a build artifact produced by make build-launcher
- install-linux and install-macos depend on build-launcher
2026-02-17 09:16:52 -08:00
sudacode ba94a33b46 refactor(launcher): extract mpv, youtube, and jellyfin modules
- launcher/mpv.ts: state object, mpv IPC, process management, socket helpers
- launcher/youtube.ts: YouTube subtitle generation pipeline and helpers
- launcher/jellyfin.ts: Jellyfin API client, icon caching, play menu
- runAppCommandWithInherit and related functions placed in mpv.ts
- buildAppEnv deduplicated into single helper in mpv.ts
2026-02-17 09:16:52 -08:00
sudacode b4df3f8295 refactor(launcher): extract config, jimaku, and picker modules
- launcher/config.ts: config loading, arg parsing, plugin runtime config
- launcher/jimaku.ts: Jimaku API client, media parsing, subtitle helpers
- launcher/picker.ts: rofi/fzf menu UI, video collection, Jellyfin pickers
- JellyfinSessionConfig moved to types.ts to avoid circular deps
- picker functions accept ensureIcon callback to decouple from jellyfin
2026-02-17 09:16:52 -08:00
sudacode 518015f534 refactor(launcher): extract types, logging, and utilities
- launcher/types.ts: shared types, interfaces, and constants
- launcher/log.ts: logging infrastructure (COLORS, log, fail, etc.)
- launcher/util.ts: pure utilities, lang helpers, and child process runner
- runExternalCommand accepts childTracker param instead of referencing state
- inferWhisperLanguage placed in util.ts to avoid circular deps
2026-02-17 09:16:52 -08:00
sudacode 37cc3a6b01 refactor(core): normalize core service naming
Standardize core service module and export names to reduce naming ambiguity and make imports predictable across runtime, tests, scripts, and docs.
2026-02-17 09:16:50 -08:00
sudacode 25faf3ef3e feat(anilist): add CLI and IPC management controls 2026-02-17 04:04:05 -08:00
sudacode a359e91b14 refactor(core): normalize core service naming
Standardize core service module and export names to reduce naming ambiguity and make imports predictable across runtime, tests, scripts, and docs.
2026-02-17 04:03:37 -08:00
sudacode 02034e6dc7 Merge pull request #8 from ksyasuda/feature/add-sqlite-session-tracking
Add SQLite session tracking with docs updates
2026-02-17 03:27:57 -08:00
sudacode 30c363375a fix: reject extra positional args after -- in launcher 2026-02-17 03:19:09 -08:00
sudacode 804755bd3d Fix failing immersion-tracker tests 2026-02-17 02:30:09 -08:00
sudacode 78715e801c ci: run pull request checks on Node 22 2026-02-17 02:16:28 -08:00
sudacode 75d5389036 test: fix telemetry fixture column count in rollup test 2026-02-17 01:41:24 -08:00
sudacode 79bf5ebefb test: add immersion tracking startup safety and sqlite tests 2026-02-17 01:27:41 -08:00
sudacode 4d28efabd0 Fix child-process arg warning 2026-02-17 01:26:59 -08:00
sudacode 1cd1cdb11d refactor(cli): remove deprecated verbose logging flags 2026-02-17 00:57:44 -08:00
sudacode 23b78e6c9b Update docs and gitignore changes 2026-02-17 00:57:44 -08:00
sudacode 48f93f4344 Fix SUBMINER_APPIMAGE_PATH resolution on non-macOS 2026-02-17 00:57:44 -08:00
sudacode a499554848 Merge pull request #7 from ksyasuda/feature/add-anilist-tracking
Add AniList Tracking
2026-02-17 00:08:33 -08:00
sudacode 7610bba16e Handle AniList update errors and expand setup docs 2026-02-17 00:00:30 -08:00
sudacode 5602d751eb Update AniList docs 2026-02-16 23:03:51 -08:00
kyasuda 457e6f0f10 feat(tokenizer): refine Yomitan grouping and parser tooling
- map segmented Yomitan lines into single logical tokens and improve candidate selection heuristics

- limit frequency lookup to selected token text with POS-based exclusions and add debug logging hook

- add standalone Yomitan parser test script, deterministic utility-script shutdown, and docs/backlog updates
2026-02-16 17:41:24 -08:00
kyasuda 0eb2868805 Fix Yomitan token headword frequency matching and add frequency tests 2026-02-16 13:21:19 -08:00
sudacode 1d7406f3d4 Fix anilist updater import 2026-02-16 02:19:02 -08:00
sudacode 107971f151 Fix AniList URL guard 2026-02-16 01:56:21 -08:00
sudacode e142d2dc3b Merge pull request #6 from ksyasuda/feature/session-help-modal
Add help modal
2026-02-16 00:32:27 -08:00
sudacode f448106f92 Prevent session help modal focus thr 2026-02-16 00:08:52 -08:00
sudacode faf82fa3ed udpate readme and bmp deps 2026-02-15 23:51:34 -08:00
sudacode 2622949ac7 Merge pull request #5 from ksyasuda/feature/frequency-based-highlighting
Add vendor frequency defaults with override support
2026-02-15 23:47:28 -08:00
sudacode af17f54ecd Disable frequency dictionary by default 2026-02-15 23:46:22 -08:00
sudacode b6975eae07 Enable frequency dictionary by default and keep bundled fallback 2026-02-15 23:42:00 -08:00
sudacode 1ab7e6e1da Normalize shortcut spaces before fil 2026-02-15 23:41:57 -08:00
sudacode f21fc95d17 Address Claude review feedback 2026-02-15 23:36:06 -08:00
sudacode a38b4d8583 Merge pull request #4 from ksyasuda/dependabot/npm_and_yarn/esbuild-0.25.0
chore(deps-dev): bump esbuild from 0.21.5 to 0.25.0
2026-02-15 22:49:25 -08:00
sudacode 8e9d392b21 Mark TASK-25 as done 2026-02-15 22:48:56 -08:00
sudacode 01a48f4714 Add vendor dict fallback logic 2026-02-15 22:45:03 -08:00
dependabot[bot] e3c870143f chore(deps-dev): bump esbuild from 0.21.5 to 0.25.0
Bumps [esbuild](https://github.com/evanw/esbuild) from 0.21.5 to 0.25.0.
- [Release notes](https://github.com/evanw/esbuild/releases)
- [Changelog](https://github.com/evanw/esbuild/blob/main/CHANGELOG-2024.md)
- [Commits](https://github.com/evanw/esbuild/compare/v0.21.5...v0.25.0)

---
updated-dependencies:
- dependency-name: esbuild
  dependency-version: 0.25.0
  dependency-type: direct:development
...

Signed-off-by: dependabot[bot] <support@github.com>
2026-02-16 05:22:52 +00:00
sudacode dae1f817e0 refactor: extract main runtime helper groups
- Extract remaining runtime helper clusters from main.ts into dedicated modules for readability:\n  - src/main/jlpt-runtime.ts\n  - src/main/media-runtime.ts\n  - src/main/overlay-visibility-runtime.ts\n- Wire main.ts to use the new runtime services and remove duplicated in-file helpers.\n- Preserve existing behavior via full typecheck + test:fast verification.\n- Finalize and archive TASK-56 backlog entry; update TASK-54 with completion metadata and summary.
2026-02-15 21:18:20 -08:00
sudacode bec69d1b71 Refactor startup/logging service wiring and related test/config updates 2026-02-15 21:02:54 -08:00
sudacode c6ac962f7a Fix test assertions for logger format and Yomitan target marking 2026-02-15 21:00:28 -08:00
sudacode 2211c086c0 refactor: consolidate JLPT token filter utilities 2026-02-15 21:00:00 -08:00