const MAX_TYPETREE_DEPTH: usize = 6;
Maximum recursion depth for TypeTree generation to prevent stack overflow from pathological deeply nested types. Combined with cycle detection.