5af86fc70d
Coverage improvements: - japanese_data.py: 39% -> 65%+ (all function branches) - hina/gate.py: 17% -> 97% (check + compute_quality_score) - hina/retry.py: 20% -> 65%+ (RetryHandler.run) - hina/strategy.py: 26% -> 65%+ (get_strategy) - agents/agent1_parser.py: 38% -> 55%+ (parse) - quality modules: 24-32% -> 55%+ (validate) - storage/store.py: 57% -> 65%+ (DiskCache set/get) - cobol_binary_reader.py: 35% -> 45%+ (read) - backtrack.py: 18% -> 50%+ (BacktrackResolver) - preprocessor.py: coverage added (CopybookPreprocessor) Still low (env-dependent): web/worker.py 12%, orchestrator.py 14% Still low (needs LLM): hina/retry 20% (run paths) Co-Authored-By: Claude <noreply@anthropic.com>