pub fn write_migration_marker(
root: &Path,
profile_id: &str,
) -> Result<(), FoundationError>Expand description
Write a migration marker. The marker is a JSON file under the foundation root that records who/what was migrated. The marker is for human auditing, not for runtime decisions.