Surfaced by the restored fast oracle (#1153). All 14 tests in tests/ci/test_pr_preflight_engine.py fail at COLLECTION with ModuleNotFoundError: No module named 'tools' (from tools.ci import pr_preflight). Same import-architecture class as #1158 (cli/) and #1171 (analytics/): the tools package is not declared in [tool.setuptools.packages.find], so it is absent under the CI editable install.
Drain criterion: declare tools (audit all top-level packages: cli, analytics, tools), the 14 preflight tests collect and pass under the real oracle, remove quarantine line. Quarantined in #1153.
Surfaced by the restored fast oracle (#1153). All 14 tests in
tests/ci/test_pr_preflight_engine.pyfail at COLLECTION withModuleNotFoundError: No module named 'tools'(from tools.ci import pr_preflight). Same import-architecture class as #1158 (cli/) and #1171 (analytics/): thetoolspackage is not declared in[tool.setuptools.packages.find], so it is absent under the CI editable install.Drain criterion: declare
tools(audit all top-level packages: cli, analytics, tools), the 14 preflight tests collect and pass under the real oracle, remove quarantine line. Quarantined in #1153.