claw-code/.guardrails/scripts/migrations/__init__.py

7 lines
226 B
Python

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