AGENT_USAGE.md
CHANGELOG.md
LICENSE
MANIFEST.in
README.md
pyproject.toml
config/default.yaml
config/local.yaml
config/slim-test.yaml
config/test_universal.yaml
src/ol_cli.py
src/ol_review_extractor.py
src/.hermes/skills/ol-localizer/README.md
src/.hermes/skills/ol-localizer/SKILL.md
src/.opencode/skills/ol-localizer/SKILL.md
src/cli/__init__.py
src/cli/_shared.py
src/cli/_warning_extractor.py
src/cli/add_tm_entries.py
src/cli/batch.py
src/cli/cache.py
src/cli/capabilities.py
src/cli/disambiguate.py
src/cli/extract_terms.py
src/cli/frontmatter.py
src/cli/generate_report.py
src/cli/inspect_config.py
src/cli/judge_text.py
src/cli/load_glossary.py
src/cli/ping.py
src/cli/profile_doc.py
src/cli/search_tm.py
src/cli/shield_md.py
src/cli/translate_md.py
src/cli/translate_xliff.py
src/cli/translation_status.py
src/cli/unshield_md.py
src/cli/verify_terms.py
src/cli/version.py
src/ol/__init__.py
src/ol_batch/__init__.py
src/ol_batch/config.py
src/ol_batch/discovery.py
src/ol_batch/processor.py
src/ol_batch/progress.py
src/ol_batch/summary.py
src/ol_buses/__init__.py
src/ol_buses/format_guard.py
src/ol_buses/md_bus.py
src/ol_buses/xliff_bus.py
src/ol_buses/xliff_shield.py
src/ol_checkpoint/__init__.py
src/ol_checkpoint/checkpoint.py
src/ol_checkpoint/exceptions.py
src/ol_concurrency/__init__.py
src/ol_concurrency/scheduler.py
src/ol_config/__init__.py
src/ol_config/loader.py
src/ol_config/schema.py
src/ol_core/__init__.py
src/ol_core/dataclass.py
src/ol_core/exceptions.py
src/ol_core/interfaces.py
src/ol_logging/__init__.py
src/ol_logging/constants.py
src/ol_logging/context.py
src/ol_logging/core.py
src/ol_logging/formatters.py
src/ol_logging/handlers.py
src/ol_lqa/__init__.py
src/ol_lqa/calibration.py
src/ol_lqa/comet.py
src/ol_lqa/judge.py
src/ol_lqa/multi_judge.py
src/ol_lqa/qa_rules.py
src/ol_lqa/quality_gates.py
src/ol_lqa/report.py
src/ol_lqa/scorer.py
src/ol_lqa/stability.py
src/ol_lqa/templates/report.csv.j2
src/ol_lqa/templates/report.html.j2
src/ol_mcp/README.md
src/ol_mcp/__init__.py
src/ol_mcp/__main__.py
src/ol_mcp/_errors.py
src/ol_mcp/_tracing_exporter.py
src/ol_mcp/auth.py
src/ol_mcp/batch_translate.py
src/ol_mcp/config.py
src/ol_mcp/disambiguate.py
src/ol_mcp/extract_terms.py
src/ol_mcp/extract_warnings.py
src/ol_mcp/generate_report.py
src/ol_mcp/get_capabilities.py
src/ol_mcp/glossary.py
src/ol_mcp/health.py
src/ol_mcp/inspect_config.py
src/ol_mcp/judge.py
src/ol_mcp/metrics.py
src/ol_mcp/profile_doc.py
src/ol_mcp/py.typed
src/ol_mcp/rate_limiter.py
src/ol_mcp/security.py
src/ol_mcp/server.py
src/ol_mcp/shield_text.py
src/ol_mcp/status.py
src/ol_mcp/task_tracker.py
src/ol_mcp/tm.py
src/ol_mcp/tm_add.py
src/ol_mcp/tools.py
src/ol_mcp/tracing.py
src/ol_mcp/translate_file.py
src/ol_mcp/translate_md.py
src/ol_mcp/translate_xliff.py
src/ol_mcp/verify_terms.py
src/ol_md/__init__.py
src/ol_md/extractor.py
src/ol_md/pipeline.py
src/ol_md/shield.py
src/ol_md/token_stream.py
src/ol_md/repair/__init__.py
src/ol_md/repair/level1.py
src/ol_md/repair/level2.py
src/ol_md/repair/level3.py
src/ol_md/repair/level4.py
src/ol_pool/__init__.py
src/ol_pool/fake.py
src/ol_pool/router.py
src/ol_post/__init__.py
src/ol_post/punctuation.py
src/ol_restoration/__init__.py
src/ol_retry/__init__.py
src/ol_retry/retry.py
src/ol_routing/__init__.py
src/ol_routing/router.py
src/ol_style/__init__.py
src/ol_style/cache.py
src/ol_style/doc_profiler.py
src/ol_style/schema.py
src/ol_terminology/__init__.py
src/ol_terminology/coverage.py
src/ol_terminology/disambiguator.py
src/ol_terminology/extractor.py
src/ol_terminology/glossary.py
src/ol_terminology/glossary_class.py
src/ol_terminology/rag_injector.py
src/ol_terminology/schema.py
src/ol_terminology/verifier.py
src/ol_tm/__init__.py
src/ol_tm/_py_tmx.py
src/ol_tm/auto_gen.py
src/ol_tm/service.py
src/ol_xliff/__init__.py
src/ol_xliff/parser.py
src/ol_xliff/pipeline.py
src/ol_xliff/polish.py
src/ol_xliff/self_reflect.py
src/ol_xliff/shield.py
src/ol_xliff/repair/__init__.py
src/ol_xliff/repair/level1.py
src/ol_xliff/repair/level2.py
src/ol_xliff/repair/level3.py
src/ol_xliff/repair/level4.py
src/omni_localizer.egg-info/PKG-INFO
src/omni_localizer.egg-info/SOURCES.txt
src/omni_localizer.egg-info/dependency_links.txt
src/omni_localizer.egg-info/entry_points.txt
src/omni_localizer.egg-info/requires.txt
src/omni_localizer.egg-info/top_level.txt
tests/test_async_translate.py
tests/test_auto_tm.py
tests/test_batch_edge_cases.py
tests/test_batch_processor.py
tests/test_batch_quality_gates.py
tests/test_calibration.py
tests/test_check_env_vars.py
tests/test_checkpoint.py
tests/test_checkpoint_resume.py
tests/test_chunk_by_paragraph_concurrency.py
tests/test_chunk_by_paragraph_config.py
tests/test_cli_batch.py
tests/test_cli_coverage.py
tests/test_cli_fake_llm_warning.py
tests/test_cli_fallback_order.py
tests/test_cli_profile_doc.py
tests/test_cli_profile_doc_extract.py
tests/test_cli_quality_gates.py
tests/test_cli_smoke.py
tests/test_cli_verify_terms.py
tests/test_concurrent_engine.py
tests/test_config_loader.py
tests/test_disambiguator.py
tests/test_e2e_74_translate_context.py
tests/test_e2e_77_math_shield.py
tests/test_e2e_78_html_shield_unshield.py
tests/test_e2e_83_large_content.py
tests/test_e2e_behavioral.py
tests/test_e2e_md_pipeline.py
tests/test_e2e_pipeline_fixtures.py
tests/test_e2e_real_llm_m27.py
tests/test_e2e_xliff_pipeline.py
tests/test_edge_cases.py
tests/test_evaluation_result.py
tests/test_format_guard.py
tests/test_frontmatter.py
tests/test_glossary.py
tests/test_glossary_cli.py
tests/test_glossary_coverage.py
tests/test_glossary_loader.py
tests/test_hermes_skill.py
tests/test_integration_3a.py
tests/test_integration_3b.py
tests/test_judge_issue30.py
tests/test_llm_restorer_interface.py
tests/test_loader_security.py
tests/test_logging.py
tests/test_lqa_comet.py
tests/test_lqa_judge.py
tests/test_lqa_pipelining.py
tests/test_lqa_report.py
tests/test_lqa_scorer.py
tests/test_lqa_stability.py
tests/test_mcp_quality_gates.py
tests/test_mcp_tools_fixes.py
tests/test_mcp_translate_md_parity.py
tests/test_md_auto_repair.py
tests/test_md_bus.py
tests/test_md_format_preservation.py
tests/test_md_protector.py
tests/test_md_rebuilder.py
tests/test_md_repair_level1.py
tests/test_md_repair_level2.py
tests/test_md_repair_level3.py
tests/test_md_repair_level4.py
tests/test_md_repair_pipeline.py
tests/test_md_shield.py
tests/test_md_text_integrity.py
tests/test_md_token_stream.py
tests/test_ml_deps_optional.py
tests/test_model_pool_cold_start.py
tests/test_model_pool_failover.py
tests/test_model_pool_schema.py
tests/test_model_pool_system_message_override.py
tests/test_multi_judge.py
tests/test_new_mcp_tools.py
tests/test_ol_47_truncation.py
tests/test_ol_49_residual.py
tests/test_ol_cache.py
tests/test_ol_cache_cross_language.py
tests/test_ol_cache_styleguide.py
tests/test_ol_cli.py
tests/test_ol_cli_split.py
tests/test_ol_config_profiling.py
tests/test_ol_localize_punctuation.py
tests/test_ol_mcp.py
tests/test_ol_mcp_error_boundary.py
tests/test_ol_mcp_profile_doc.py
tests/test_ol_mcp_split.py
tests/test_ol_mcp_translate_file.py
tests/test_ol_mcp_translate_xliff_bug.py
tests/test_ol_mcp_verify_terms.py
tests/test_ol_mcp_version.py
tests/test_ol_metrics.py
tests/test_ol_polish.py
tests/test_ol_polish_md_text.py
tests/test_ol_pool_fake_profile.py
tests/test_ol_pool_real_profile.py
tests/test_ol_strip_thinking.py
tests/test_ol_style.py
tests/test_ol_style_doc_profiler.py
tests/test_ol_terminology_verifier.py
tests/test_opencode_skill.py
tests/test_phase2_ol_mcp.py
tests/test_phase4_ol_repair.py
tests/test_polish_language_guard.py
tests/test_post_mortem_fixes.py
tests/test_post_punctuation_code_blocks.py
tests/test_post_punctuation_multi_lang.py
tests/test_prompt_cache.py
tests/test_qa_rules.py
tests/test_quality_gates.py
tests/test_rag_injector.py
tests/test_rag_injector_style_guide.py
tests/test_repair_context.py
tests/test_resolve_env_vars_types.py
tests/test_restoration.py
tests/test_retry.py
tests/test_review_extractor.py
tests/test_round5_e2e.py
tests/test_router_fixes.py
tests/test_routing.py
tests/test_self_reflect.py
tests/test_skill_invocation.py
tests/test_term_extractor.py
tests/test_tm_service.py
tests/test_translate_md_fake_llm.py
tests/test_translation_context.py
tests/test_xliff_bus.py
tests/test_xliff_bus_shield_order.py
tests/test_xliff_format_preservation.py
tests/test_xliff_observability.py
tests/test_xliff_parser.py
tests/test_xliff_repair_level1.py
tests/test_xliff_repair_level2.py
tests/test_xliff_repair_level3.py
tests/test_xliff_repair_level4.py
tests/test_xliff_repair_pipeline.py
tests/test_xliff_shield.py
tests/test_xliff_translate.py