Surfaced by the restored fast oracle (#1153). tests/test_architecture_guards.py::test_namespace_integrity_has_no_violations (23 violations, e.g. src/geosync/risk/__init__.py missing __CANONICAL__ = True) and tests/unit/scripts/test_namespace_shims_importable.py::test_namespace_policy_gate_passes (scripts/check_namespace_policy.py main()==1: legacy src.* imports outside the curated allowlist) both fail.
Likely subsumed by the in-flight import-architecture consolidation (#1159) — cross-reference before draining to avoid duplicate work.
Drain criterion: namespace policy gate returns 0 and architecture-guards reports zero violations under the real oracle; remove both quarantine lines. Quarantined in #1153.
Surfaced by the restored fast oracle (#1153).
tests/test_architecture_guards.py::test_namespace_integrity_has_no_violations(23 violations, e.g.src/geosync/risk/__init__.pymissing__CANONICAL__ = True) andtests/unit/scripts/test_namespace_shims_importable.py::test_namespace_policy_gate_passes(scripts/check_namespace_policy.pymain()==1: legacysrc.*imports outside the curated allowlist) both fail.Likely subsumed by the in-flight import-architecture consolidation (#1159) — cross-reference before draining to avoid duplicate work.
Drain criterion: namespace policy gate returns 0 and architecture-guards reports zero violations under the real oracle; remove both quarantine lines. Quarantined in #1153.