ConstraintSetMover previously deleted the current constraints from the pose and imposed the newly read ones on it. This behaviour is sometimes undesired. I addd a flag, defaulting to false, named add_constraints, which instead of overriding the previous constraints adds new ones. See wiki for details; no test changes expected.