Add Inter-Hub migration bundle importer

This commit is contained in:
2026-06-27 13:30:30 +02:00
parent a1fc57b278
commit e4f7cfed60
12 changed files with 861 additions and 5 deletions

View File

@@ -1,4 +1,4 @@
.PHONY: install test lint run openapi
.PHONY: install test lint run openapi migrate-validate
UV ?= /home/worsch/.local/bin/uv
PYTHONPATH ?= src
@@ -17,3 +17,7 @@ run:
openapi:
PYTHONPATH=$(PYTHONPATH) $(UV) run python scripts/export_openapi.py contracts/openapi/core-hub.openapi.json
migrate-validate:
PYTHONPATH=$(PYTHONPATH) $(UV) run --extra dev python scripts/core_hub_migrate.py validate contracts/fixtures/migration/interhub-minimal.bundle.json