pub const RELATIONSHIP_CYCLE_PATH_CAP: usize = 20;Expand description
Maximum number of entity IDs retained in
EngineError::RelationshipCycle::existing_path. Keeps the cycle
envelope bounded for pathologically long chains. Mirrors full’s
memstead_git_branch::RELATIONSHIP_CYCLE_PATH_CAP.