12 std::filesystem::path root_directory;
13 std::filesystem::path binary_root_directory;
14 std::filesystem::path session_directory;
15 std::filesystem::path session_log_path;
16 std::filesystem::path core_log_path;
17 std::filesystem::path client_log_path;
18 std::filesystem::path validation_log_path;
19 std::filesystem::path events_ndjson_path;
20 std::filesystem::path session_metadata_path;
21 std::filesystem::path latest_manifest_path;
22 std::string binary_stem;
23 bool used_environment_override =
false;