# F86 grandfathered files — DI-default (_default_*) seams that carry
# `# pragma: no cover`, hiding the production path from the F7/F9 coverage
# floor (EPIC #499 Phase 1; escape 4 — the terminal wizard's pragma'd
# production-default embed callable shipped a SystemExit crash behind a
# fully green suite). These ~42 seams across the platform/setup, extractor,
# health, maintenance, and probe trees predate the rule. Paydown: remove
# the pragma and add a test that EXECUTES the seam through the public
# surface (bind the production default / call the public caller with
# deps=None), then delete the line. A new entry here means a new
# DI-default seam shipped hidden from the coverage floor — expect pushback.
kairix/core/features/cli.py
kairix/core/health.py
kairix/core/maintenance/scheduler.py
kairix/extractors/docx/extractor.py
kairix/extractors/markitdown/extractor.py
kairix/extractors/pdf_fallback/extractor.py
kairix/extractors/pptx/extractor.py
kairix/extractors/xlsx/extractor.py
kairix/platform/setup/agent.py
kairix/platform/setup/backends.py
kairix/platform/setup/source_oauth.py
kairix/platform/setup/wizard.py
kairix/quality/eval/scorers.py
kairix/quality/probe/burst.py
kairix/quality/probe/runner.py
kairix/quality/soak/runner.py
