pub fn tracking_file_path(
ito_path: &Path,
change_id: &str,
) -> CoreResult<PathBuf>Expand description
Resolve the canonical tracking file path for a change.
This uses the selected schema’s apply.tracks when set, falling back to
tasks.md when unset.