// file_based_extraction/io.rs — boundary module for environment access.
// Exempt from forbid_io_effects because the file stem is `io`.
// Resolve a relative path to absolute using the current working directory.
// Falls back to the original relative path if current_dir() fails.