# TS-01 mirror allow-list.
#
# Source modules (paths relative to src/mgf/fed/) that are legitimately covered
# by a NON-1:1-path test — a phase test, a coarse-grouped sibling test, or a
# federation-integration suite — rather than a strict
# tests/unit/<dir>/test_<name>.py mirror. Each line exempts one module from the
# mirror lint (tests/test_mirror.py).
#
# Adding a NEW source module still requires either a mirror OR a new line here
# with its coverage reason. `test_allowlist_has_no_stale_entries` removes drift:
# an entry that gains a real mirror (or whose source vanishes) fails the lint.

# central-logging bootstrap + log_operation — covered by tests/unit/test_logging_bootstrap.py
_logging.py

# config-migration verb — covered by tests/unit/test_phase7_migrate.py (phase-named)
cli/_migrate.py

# thin shim delegating to mgf-test-supervisor — registration covered by
# tests/unit/cli/test_builtins_registered.py
cli/_test.py
