[aside] migration の per-file pass が 4 つに増えた(flatten_tag_events_in_file / rewrite_entry_and_publish_in_file / rewrite_agent_field_in_file / drop_axis_name_tags_in_file)。全て read_to_string→for line→parse→変換 or drop→buf→変更時のみ write の同じ骨格をコピーしている。009 でまた写経した。今回は scope 外で据置。`rewrite_jsonl_lines(path, |value| -> Keep/Drop/Replace)` 1 個に集約すれば次の migration が loop boilerplate 不要になる。次に migration を足すときが着手トリガー。