pub async fn execute_migration_plan(
plan: &MigrationPlan,
config: &MigrationConfig,
) -> Result<MigrationResult, MigrationError>Expand description
Execute migration plan (manifest-only mode).
All operations are recorded in <working_directory>/migration_manifest.jsonl.
For live role-system integration use execute_migration_plan_with_role_system.