phenotypic.sdk_.resolve_event_log_path#

phenotypic.sdk_.resolve_event_log_path(output_dir: Path) Path[source]#

Return the event log sibling of the resolved progress dir.

The event log lives beside progress/ (D14): in .phenotypic/ for a migrated/new run, at the output root for a not-yet-migrated legacy read. Read-only helper for resume/discovery; never mutates the run dir.

Parameters:

output_dir (Path)

Return type:

Path