# GTR011 โ€” Upgrade25_1: drop `` (25.1 โ†’ 26.0) **Contract:** behaviour-preserving in the target era (dead-config removal). ## The delta 26.0 removes the obsolete top-level `` element (the Trackster visualization config) from the schema. ## The transform Remove every `` element. ## Proof The element configures a subsystem that no longer exists in the Galaxy era the upgraded tool declares (`profile="26.0"+`): no 26.0-era code path consumes it, so removal is a runtime no-op *there* โ€” and it is the only way to validate at 26.0. The pre-upgrade behaviour (Trackster on ancient Galaxies) is exactly what the opt-in `upgrade` contract trades away, surfaced via `behavior_preserving`. ## History Codemod ยง14; discovery-sweep grown.