ClusterConcept
Type-Only Circular Imports
cluster-449
A recurring circular-import failure where type annotations are guarded with TYPE_CHECKING/type-check booleans, but some call sites still import or reference undefined types at runtime, causing NameError/undefined behavior in child-to-parent module loads.