Detect a methodology mismatch between a config and an existing run
Source:R/run_state.R
methodology_mismatch_status.RdCompares the methodology mode in config against the
methodology_mode stored in run_dir's run_metadata.json.
Used at pipeline start to decide between resume (modes match), error
(modes differ + run finalized), or fork (modes differ + run still
active and the user explicitly requested a fork).