--- id: TASK-23.2 title: Bundle JLPT Yomitan dictionary assets for offline local lookup status: To Do assignee: [] created_date: '2026-02-13 16:42' labels: [] dependencies: [] parent_task_id: TASK-23 priority: high --- ## Description Package and include the JLPT Yomitan extension dictionary assets in SubMiner so JLPT tagging can run without external network calls. Define a deterministic build/runtime path and loading strategy for the dictionary file and metadata versioning. ## Acceptance Criteria - [ ] #1 JLPT dictionary asset from the existing Yomitan extension is added to the repository/build output in a tracked, offline-available location. - [ ] #2 The loader locates and opens the JLPT dictionary file deterministically at runtime. - [ ] #3 Dictionary version/source is documented so future updates are explicit and reproducible. - [ ] #4 Dictionary bundle size and load impact are documented in task notes or project docs. ## Definition of Done - [ ] #1 Dictionary data is bundled and consumable during development and packaged app runs.