Migration Result
Converted YAML
{% for ns, files in yaml_tree.items() %}
{{ ns }}
{% for f in files %}
{{ f }}
{% endfor %}
{% endfor %}
Original Backup
{% for ns, files in backup_tree.items() %}
{{ ns }}
{% for f in files %}
{{ f }}
{% endfor %}
{% endfor %}
📄 migration-report.md
⬇ result.zip
⬇ backup.zip