summaryrefslogtreecommitdiff
path: root/internal/processor/cli_config_resolver.go
AgeCommit message (Collapse)Author
2026-04-08refactor(processor): split BatchProcessor, AnkiExporter, CLIConfigResolverPaul Buetow
Extract CLIConfigResolver for flag/config precedence and GUI wiring; embed it on Processor so audio and image helpers use promoted accessors. Move batch file flow to BatchProcessor and Anki generation to AnkiExporter; Processor delegates while keeping per-word processing and translation cache. Made-with: Cursor