GTR013 — Reorder <tool> children (codemod)
Contract: behaviour-preserving.
Claim
Reordering <tool>’s child elements into IUC order is a no-op.
Proof
<tool>isxs:allin every vendored XSD — order-free by schema.Galaxy’s child access is tag-keyed (
root.find("command"),findall(…)) acrosstool_util/parser/xml.py— never positional.