pub const MAX_TREE_DEPTH: usize = 128;
Tree nesting cap, matching mkit-core’s MAX_TREE_DEPTH defense (the importer is the most untrusted boundary in the system).
MAX_TREE_DEPTH