"""Migrations package for team data version upgrades (OPS-006).""" # Migration scripts should follow the naming convention: v_to_v.py # Each script should export a migrate(data: dict) -> dict function __all__ = []