pub async fn set_common_dod(project_dir: &Path, text: &str) -> Result<PathBuf>Expand description
Replace the board’s common DoD and return the written file path.
Return Error::EmptyDod when text is blank or Error::NotInitialized when the board is
uninitialized.